Instability of Relevance-Ranked Results Using Latent Semantic Indexing for Web Search

Size: px
Start display at page:

Download "Instability of Relevance-Ranked Results Using Latent Semantic Indexing for Web Search"

Transcription

1 Instability of Releance-Ranked Reslts Using Latent Semantic Indexing for Web Search Hossain Kettani ECECS Department Polytechnic Uniersity of Perto Rico San Jan, PR 0099 Gregory B. Newby Arctic Region Spercompting Center Uniersity of Alaska Fairbanks, AK Abstract he latent semantic indexing (LSI) methodology for information retrieal applies the singlar ale decomposition to identify an eigensystem for a large matrix, in which cells represent the occrrence of terms (words) within docments. his methodology is sed to rank text docments, sch as Web pages or abstracts, based on their releance to a topic. he LSI was introdced to address the isses of synonymy (different words with the same meaning) and polysemy (the same words with mltiple meanings), ths addressing the ambigity in hman langage by tilizing the statistical context of words. Rather than keeping all k possible eigenectors and eigenales from the singlar ale decomposition which approximates the original term by docment matrix, a smaller nmber is sed essentially allowing a fzzy match of a topic to the original term by docment matrix. In this paper, we show that the choice k impacts the resltant ranking and there is no ale of k that reslts in stability of ranked reslts for similarity of the topic to docments. his is a srprising reslt, becase prior literatre indicates that eigensystems based on sccessiely large ales of k shold approximate the complete (max k) eigensystems. he finding that docment-qery similarity rankings with larger ales of k do not, in fact, maintain consistency, makes it difficlt to assert that any particlar ale of k is optimal. his in trn renders LSI potentially ntrstworthy for se in ranking text docments, een for ales that differ by only 0 of the max k. his work was spported in part by the Arctic Region Spercompting Center at the Uniersity of Alaska Fairbanks, with additional spport from the US Department of Defense High Performance Compting Modernization Program Office nder contract G and others. his work was also spported in part by the United States Nclear Reglatory Commission nder grant nmber NRC Introdction Searching large collections of docments is challenging for comptational, practical and hmanistic reasons. he great sccess of today s online search engines has allowed s to oerlook many of these challenges, since reslts are, generally, satisfying. Yet, only a small fraction of aailable electronic data is aailable throgh sch search engines [8, 2]. From a practical standpoint, we wold like to make increased nmbers of items of all types (Web pages and other docments) aailable for search. In some cases, this will reqire interacting directly with a search serice on a specific site, rather than a centralized aggregation of content (as seen in Google & others). Sch distribted search might offer the only method for oercoming secrity and accessibility concerns for access to specific data sets [5]. If practical considerations for distribted search were oercome, there wold still be comptational and hmanistic concerns remaining. Hmanistically, consider that the role of search systems more generally called information retrieal or IR systems is to proide a ranked list of the most releant docments. his list is created based on matching the hman expression of information need the qery to a set of docments. he set of docments can be ery large, as we see with today s Web search engines. he challenge is that releance to a hman s information need is a difficlt concept [0]. he list of releant docments for a qery is sitational, and for a particlar hman information seeker the releance of a gien docment will depend on what he or she is really looking for, as well as prior knowledge and expertise in the sbject area. Expecting an IR system to make an effectie ranked list of docments based on jst a few qery words is ambitios, indeed! Sccessfl search engines today often present a ariety of different reslts in the first set of 0 or 20 docments, so that different information seekers can qickly find high /0 $ IEEE

2 qality docments of interest in the list. In this paper, we discss latent semantic indexing (LSI), which has been proposed as one approach to better match the conceptal meaning of a qery against the concepts fond in a docment, rather than being solely reliant on the (few) terms of a qery, and the often ambigos langage sed in qeries and docments [2]. Comptational challenges of search hae, to some extent, been addressed throgh heroic engineering ndertaken by database and Web search engine proiders, among others. Being able to respond to a qery in only a second or so is testament to the ability to rapidly prodce reslts by parallelizing search across a single large corps. In this paper, we consider the comptational challenges broght abot by distribted search and the merger of reslts from mltiple collections, which has not yet been the sbject of intense engineering efforts. We anticipate that the practical need to search across data sets, along with the hmanistic need to get search reslts which are more closely targeted for indiidal information needs, will proide impets to address sch problems. In this paper, we describe the LSI approach to information retrieal. We compare its sccessie application by incorporating different nmbers of eigenales k that differ by 0 of the maximm k. We deelop a statistical approach to compare the resltant ranking from each k ale. We obsere that the rankings differ significantly. he finding that docment-qery similarity rankings with larger ales of k do not, in fact, maintain consistency, makes it difficlt to assert that any particlar ale of k is optimal. his in trn renders LSI potentially ntrstworthy for se in ranking text docments, een for ales that differ by only 0 of the max k. he rest of the paper is organized as follows. he ector space model and latent semantic indexing algorithms are described in Sections 2 and 3. A discssion of arios performance challenges for LSI is laid ot in Section44. Accordingly, Section 5 presents an empirical ealation of the robstness of LSI with respect to the choice of k. Finally, conclding remarks are presented in Section Vector Space Model When addressing the isse of docment ranking, it is conenient to redce it to a mathematical problem. hs, [9] introdced the ector space model (VSM), in which keywords (terms) are the axis and docments are points in a mltidimensional space. For example, if we hae two docments d and d 2, the keywords are the set {cat, dog}, the word cat occrs fie and seen times in d and d 2, respectiely, and the word dog occrs two and three times in d and d 2, respectiely, then d and d 2 are represented by the points (5, 2) and (7, 3), respectiely, and the qery ector cold be (0, ), (, 0), or (, ). A pictorial illstration of this ector space model is gien in Figre. he ranking of the similarity of all docments to the qery is achieed by calclating the distance between the docments and the qery, then ranking all docments based on their distance measre. he closer a docment to a qery is, the higher its rank. Alternatiely, since calclating distances is time consming, we can se the angle θ i between each docment and the qery as a measre for ranking. More precisely, we can se the cosine of this angle for ranking. hs, we can define, q d i α i = cos θ i =. q d Frthermore, if the ectors are normalized to nit length, this measre can be redced to α i = q d i. hs, if all ectors are normalized, and since all the points lie in the nonnegatie hypercbe, minimizing the distance between d i and q is eqialent to maximizing α i, which is a simple dot prodct between the qery and the corresponding docment. Additional comptational saings are gained by the fact that any docment that does not contain any qery terms will hae a cosine of zero, ths immediately eliminating sch docment from frther consideration. he VSM was introdced as an alternatie to an een simpler approach called Boolean matching. With Boolean matching, any docment with all qery terms is considered eqialently releant to any other docment with all qery terms. While this approach was sitable in the past for small collections, and for long qeries, it is clearly inappropriate for today s collections of millions or billions of docments. he tendency of many qeries to hae ery few words makes the problem worse. With the VSM, docment length and qery term freqency are taken into accont, sch that the relatie importance of qery terms within each docment is taken into accont. Other techniqes, sch as pioted docment length normalization, enhanced the VSM frther. i 2

3 he ector space model and follow-on techniqes is an excellent approach to information retrieal, and scales well to larger collections. In fact, VSM is at the heart of most IR systems today. Howeer, the VSM does not adeqately address the isses of synonymy and polysemy of words in a langage, sch as car s. atomobile, or the se of can in I can erss can in tna can. Neertheless, its application is relatiely fast. Accordingly, obtaining each α i reqires O(n) mltiplications (where n is the nmber of docments from a corps that contain at least one qery term). herefore, obtaining the score ector α== [α, α 2,, α n ] reqires O(n 2 ), which is the time complexity of VSM. his can frther be redced to O(n) throgh parallelization. 3. Latent Semantic Indexing he latent semantic indexing (LSI) algorithm [2] was introdced as an enhancement to the ector space model to address the isses of synonymy and polysemy throgh statistical treatment of the relations among terms and docments. LSI applies the singlar ale decomposition (SVD) to redce linear redndancies in data. Accordingly, [2] points ot that a corps can be presented as a matrix C with non-negatie integer entries representing the nmber of occrrence of each term in each docment. he colmns of C represent docments and its rows represent the terms as follows: m docments c c2 cm c C = n terms cn cn2 c nm introdces the following approximation of the term-bydocment matrix C: Cˆ = US ˆ ˆVˆ n 2 n2 = k nk s s s k m 2 n2 k mk After normalizing the colmns of Ĉ, the ector space model approach of taking the cosine between qery ectors and docment ectors can be applied. An itemized description of the LSI algorithm is as follows. We start by sing VSM to represent the qery and corps by letting:. q represent an n qery ector with nit norm, and 2. C represent an n m term by docment matrix. We then apply LSI as follows: 3. C = USV is the SVD of C, 4. Obtain by keeping the first k diagonal elements of S, 5. Adjst U and V accordingly to get and, by keeping the first k colmns of each, 6. Approximate C by, 7. Normalize the colmns of,,,, 8. Define α i = q ĉ i, For a reasonably sized test collection, sch as the Web2 collection from the annal ext REtrieal Conference ( m is on the order of millions, while n is hndreds of thosands. Latent semantic indexing sggests first obtaining the corresponding singlar ale decomposition as follows: t 2 q C = USV = 0 2 m s m 2 s 2 0 n n2 nm sm m n2 mm hen, a rank redction is obtained by zeroing ot the singlar ales s i sch that s i << s i k, which θ i 0 t Figre. Pictorial illstration of the ector space model of docment ranking, where {t, t 2 } is the set of keywords, q is the qery, other points are the docments, θ i is the angle between a docment and the qery. c i 3

4 9. Let α = [α, α 2,, α n ] be the score ector, 0. he higher the score is, the higher the rank of the docment. Conseqently, the time complexity of LSI can be obtained as follows. he singlar ale decomposition of the n m matrix C in Step 3, reqires O(nm 2 +++n 2 m + n 3 ) mltiplications [3]. he mltiplication of an n m matrix A and an mn p matrix B reqires O(nmp) [3]. hs, obtaining the matrix in Step 6, reqires O(max{nk 2, nkm}) = O(nkm), since k < m. On the other hand, obtaining each α i in Step 8, reqires O(n), and therefore, obtaining the score ector α in Step 9, reqires O(n 2 ), which is the time complexity of VSM. Since LSI consists mainly of the aforementioned three parts, then it can readily be seen that SVD controls the complexity of LSI. Accordingly, the time complexity of LSI algorithm is in O(nm 2 + n 2 m + n 3 ). 4. Performance Isses For a ery large corps, LSI is intractable with crrent microprocessors and memory constraints. For example, the REC Million Qery rack collection [], reslts in a matrix C with n of abot 600,000 terms by m of abot 25 million docments. Storing this matrix is doable, since it is ery sparse with abot of its elements bring zero. (his is becase most terms do not occr in most docments.) Howeer, REC participants hae not yet prodced an SVD for this matrix, een on today s large spercompters. his motiated researchers sch as [4], to parallelize the problem to better tilize the rapidly adancing high performance compting infrastrctres. Singlar ale decomposition (SVD) prodces a diagonal matrix containing singlar ales of the matrix C in descending order. As mentioned earlier, in its attempt to approximate C, LSI zeroes ot the singlar ales s i sch that s i << s i k. Bt when is the condition s i << s satisfied? In his illstratie example, [2] picked the largest two singlar ales and zeroed ot the other seen. So the athors sppressed all singlar ales less than 7 of the largest singlar ale. Others, sch as [3], were more catios and arged that the condition s i << s corresponds to s i less than 0 of s. o empirically ealate the performance of a docment ranking algorithm, it is tempting to se random matrices to simlate the term-by-docment matrix C. his randomness, howeer, makes singlar ales decrease ery slowly een if we ensre that the matrix is ery sparse. For example, we generated sparse random matrix in MALAB with the following: C = ceil(r rand(m, n)), where 0 r. his reslts in abot 00r of the elements of C being nonzero. he slow decay of singlar ales will entail keeping most of them. For instance, if the 0 criterion is followed, we will need to keep 75 to 99 of the singlar ales. his in trn, defeats the rationale behind the se of LSI. Nonetheless, the strctre of hman langages makes the content and formation of a text docment far from being random. o the contrary, LSI is designed to make se of the non-randomness of hman langage. For or prposes, the REC Million Qery rack [] proides an excellent, yet challenging, datasets for ealation prpose. his dataset consists of millions of English Web docments and qeries gathered from the United States.go domains. We constrcted C from sb-collections of this dataset based on separate specific domains (sch as or each with thosands of niqe terms and docments. More than 99 of the elements of C in these sb-collections were zero. We obsered an exponential decrease in the magnitde of the corresponding singlar ales. For example, following the 0 criterion, we keep only 0.5 to 0.69 of the singlar ales. Finally, it is important to note that in a docment ranking algorithm, the order of docments in a corps shold not affect their ranking. Indeed, if SVM is applied alone, then the partitioning does not affect the ranking. Howeer, de to LSI, we generally hae C C C. hs, in the next section; we inestigate the stability and robstness of LSI sing the REC dataset. 5. Empirical analysis 5.. Real data o ealate the performance of LSI, we applied it to sb-collections of the corps obtained from the REC Million Qery rack []. REC is the ext REtrieal Conference, held annally at the National Institte for Standards and echnology (NIS) in Gaithersbrg, Maryland. REC is intended to proide a form for comparison of information retrieal techniqes across a ariety of test conditions. Different tasks are ealated as part of tracks, which typically last for at least a few years before being pdated, merged with other tracks, or discontined. In the past, REC focsed on relatiely strctred textal data, sch as abstracts, news articles and proceedings sch as the Federal Register. 4

5 he growth of the Web, and interest in Web-based search engines, has reslted in nmeros tracks that examined HML, often harested from the lie Web. hese harests reslted in fixed test collections, with the largest in 2008 holding oer 20 million niqe Web pages from oer 6,000 niqe hosts. By resing a test collection for mltiple years of REC experiments, a set of jdgments for the releance of series of qeries (known in REC as topics) against the collection (known as a corps) can help to bild knowledge of the collection, and compare reslts from one year to other years. At the Arctic Region Spercompting Center (ARSC), we hae participated in REC s ery large corps track (VLC), million qery track (MQ) and terabyte track (B) in past years. hese tracks hae proided tens of thosands of niqe REC topics for ealation against sbseqently larger collections of Web-based docments. In [4], we sed an early approach to the diide and conqer method described in [4]. his followed past experiments based on techniqes from [] and other methods for merging reslts from separate systems. For the 2008 REC million qery track, or approach was to portray collections (which were sb-collections of the entire corps, based on specific Web sites within.go) as ectors in an LSI space. For a gien qery, we determined the most similar collections, based on the cosine between the collection ectors and qery ectors. he fifty collections with the highest cosines were then searched by LSI sing the algorithm as described aboe, rather than the whole set of oer 6,000 collections. By applying LSI techniqes at the collection leel, to rank and select collections prior to LSI at the docment leel, we were able to obtain greater efficiency by selecting only those collections deemed to be more highly related to a qery. For practical prposes with distribted search, this is important since the incremental cost for adding more collections (in terms of latency and larger sets of docments to rank) can be aoided by only searching collections of greater interest Performance ealation From REC data, we selected 320 docments, 064 qeries, and 645,27 terms. he relatiely small nmber of docments made it feasible to perform the mltiple experiments described here. Ongoing research will address larger sets of docments. We applied the LSI algorithm to this collection and kept arios percentage of the singlar ales: k = 0, 20,, 80. We then compared the ranking reslt of consectie permtations of k sing the following k able. Aerage sample probability 95 confidence interals that the first 0 elements of the first ranking sing k singlar ales (rows) are contained in the first 0 of the elements of the second ranking sing k singlar ales (colmns). Sample Probability measrements: We arge that if LSI is stable, then the top 0 of each reslt needs to hae almost the same elements as another ranking with different ctoff of singlar ales. So, we calclate the sample probability that the first 0 elements of the first ranking are contained in the first 0 of the elements of the second ranking. his was done for each qery. We then took the aerage oer all 064 qeries. Ideally, we want this sample probability to be as close to one as possible. For example, for each qery we rn LSI with k = 0 of maximm k and with k = 20 of maximm k. We then obtain the ranking from the two ales of k. We constrct the sample probability that the raking from LSI 20 is contained in the ranking of LSI 0. We then take the aerage of the resltant sample probabilities from all 064 qeries. We repeat for LSI 0 s. LSI 30, etc. he resltant aerage sample probability and the corresponding 95 (sample) confidence interal are smmarized in able. 5

6 We obsere that the confidence interals are ery large, ranging between 0.4 and We also obsere that the sample probability is at its max when comparing performance of LSI k with LSI k + 0 of max k and decreases monotonically as the difference between the nmber of singlar ales incorporated in LSI increases. For example, this probability is 0.64, 0.50, 0.42, 0.37,,, 0.27, 0.26 for 0 s. 20, 30, 40, 50, 60, 70, 80, 90, respectiely. On the other hand, the maximm aerage sample probability achieed by comparing LSI k with LSI k + r increases generally as k increases, reaching as high as 0.92 when comparing LSI 80 with LSI 90. Howeer, rnning LSI in this case takes almost a week on a fast machine, and it defeats the rationale behind the se of LSI s. VSM. hs, it is clear from or analysis that LSI is not robst with respect to the choice of the nmber of singlar ales. In fact, the ranking reslts of LSI depend on the choice of k no matter how high the chosen nmber of singlar ales is. his alone brings the integrity of LSI reslts into qestion. Add to this the fact that LSI is orders of magnitde slower than VSM. Based on the eidence from this test, we mst conclde that LSI may be insfficiently robst as a ranking algorithm for information retrieal. 6. Conclsions In this paper, we hae inestigated the stability of the latent semantic indexing (LSI) algorithm. We applied it to sb-collections from REC Million Qery datasets sing different singlar ale ct-offs. he reslts of or analysis show that the LSI ranking is ery sensitie to the choice of the nmber of singlar ales retained. his pt the robstness of LSI into qestion. Or ongoing research will inclde larger collections, inclding the 2009 REC Web track dataset of oer billion docments. Frther analysis of other sb-collections, and comparison of ranking stability to REC ealation measres sch as mean aerage precision, are needed in order to better nderstand the impact of this ariability in LSI rankings for different nmbers of singlar ales. References [] L. Calé and J. Saoy, Database merging strategy based on logistic regression. Information Processing and Management, 2000, 36(3): [2] S. Deerwester, S.. Dmais,. K. Landaer, G. W. Frnas, and R. A. Harshman, Indexing by latent semantic analysis, Jornal of the Society for Information Science, 990, 4(6): [3] M. Efron, Eigenale-based model selection dring latent semantic indexing, Jornal of the American Society for Information Science and echnology, 2005, 56(9): [4] C. Fallen, G. B. Newby, and K. McCormick, Distribted mltisearch and resorce selection for the REC Million Qery track. Gaithersbrg: National Institte of Standards and echnology, [5] K. Gamiel, G. B. Newby, and N. Nassar, Grid information retrieal reqirements (GFD-I.027). Lamont, Illinois: Open Grid Form, [6] E. M. Garzón and I. García, Soling eigenproblems on mlticompters: two different approaches, International Jornal of Compters and Applications, 2004, 26(4): [7] M. R. Garracino, F. Perla, and P. Zanetti, A parallel block Lanczos algorithm and its implementation for the ealation of some eigenales of large sparse symmetric matrices on mlticompters, International Jornal on Applied Mathematics and Compter Science, 2006, 6(2): [8] S. Raghaan and H. Garcia-Molina, Crawling the hidden web, Proceedings of Very Large Databases (VLDB), 200. [9] G. Salton, A. Wong, and C. S. Yang, A Vector Space Model for Atomatic Indexing, Commnications of the ACM, 975, 8(): [0] L. Schamber, M. B. Eisernberg, and M. Nilan, A reexamination of releance: toward a dynamic, sitational definition, Information Processing and Management, 990, 26(6): [] E. Voorhees, Oeriew of REC 2007, Proceedings of the 6th Annal ext REtrieal Conference. Gaithersbrg: National Institte of Standards and echnology, [2] J. X, H. Chen, Z. Zho, and J. Qin, On the topology of the dark web of terrorist grops, Proceedings of the IEEE International Conference on Intelligence and Secrity Informatics (ISI), [3] G. Golb and A. an Loan, Matrix Comptations, Johns Hopkins Uniersity Press, 996. [4] H. Kettani and G. B. Newby, On the ranking of text docments from large corpses, proceedings of the 2009 International Conference on Data Mining (DMIN'09), Las Vegas, Neada, Jly

Low-emittance tuning of storage rings using normal mode beam position monitor calibration

Low-emittance tuning of storage rings using normal mode beam position monitor calibration PHYSIAL REVIEW SPEIAL TOPIS - AELERATORS AND BEAMS 4, 784 () Low-emittance tning of storage rings sing normal mode beam position monitor calibration A. Wolski* Uniersity of Lierpool, Lierpool, United Kingdom

More information

We automate the bivariate change-of-variables technique for bivariate continuous random variables with

We automate the bivariate change-of-variables technique for bivariate continuous random variables with INFORMS Jornal on Compting Vol. 4, No., Winter 0, pp. 9 ISSN 09-9856 (print) ISSN 56-558 (online) http://dx.doi.org/0.87/ijoc.046 0 INFORMS Atomating Biariate Transformations Jeff X. Yang, John H. Drew,

More information

Graphs and Networks Lecture 5. PageRank. Lecturer: Daniel A. Spielman September 20, 2007

Graphs and Networks Lecture 5. PageRank. Lecturer: Daniel A. Spielman September 20, 2007 Graphs and Networks Lectre 5 PageRank Lectrer: Daniel A. Spielman September 20, 2007 5.1 Intro to PageRank PageRank, the algorithm reportedly sed by Google, assigns a nmerical rank to eery web page. More

More information

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum Proceedings of the 26 American Control Conference Minneapolis, Minnesota, USA, Jne 14-16, 26 WeC123 The Real Stabilizability Radis of the Mlti-Link Inerted Pendlm Simon Lam and Edward J Daison Abstract

More information

Study on the Mathematic Model of Product Modular System Orienting the Modular Design

Study on the Mathematic Model of Product Modular System Orienting the Modular Design Natre and Science, 2(, 2004, Zhong, et al, Stdy on the Mathematic Model Stdy on the Mathematic Model of Prodct Modlar Orienting the Modlar Design Shisheng Zhong 1, Jiang Li 1, Jin Li 2, Lin Lin 1 (1. College

More information

ANOVA INTERPRETING. It might be tempting to just look at the data and wing it

ANOVA INTERPRETING. It might be tempting to just look at the data and wing it Introdction to Statistics in Psychology PSY 2 Professor Greg Francis Lectre 33 ANalysis Of VAriance Something erss which thing? ANOVA Test statistic: F = MS B MS W Estimated ariability from noise and mean

More information

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2 MATH 307 Vectors in Rn Dr. Neal, WKU Matrices of dimension 1 n can be thoght of as coordinates, or ectors, in n- dimensional space R n. We can perform special calclations on these ectors. In particlar,

More information

ON TRANSIENT DYNAMICS, OFF-EQUILIBRIUM BEHAVIOUR AND IDENTIFICATION IN BLENDED MULTIPLE MODEL STRUCTURES

ON TRANSIENT DYNAMICS, OFF-EQUILIBRIUM BEHAVIOUR AND IDENTIFICATION IN BLENDED MULTIPLE MODEL STRUCTURES ON TRANSIENT DYNAMICS, OFF-EQUILIBRIUM BEHAVIOUR AND IDENTIFICATION IN BLENDED MULTIPLE MODEL STRUCTURES Roderick Mrray-Smith Dept. of Compting Science, Glasgow Uniersity, Glasgow, Scotland. rod@dcs.gla.ac.k

More information

Relativity II. The laws of physics are identical in all inertial frames of reference. equivalently

Relativity II. The laws of physics are identical in all inertial frames of reference. equivalently Relatiity II I. Henri Poincare's Relatiity Principle In the late 1800's, Henri Poincare proposed that the principle of Galilean relatiity be expanded to inclde all physical phenomena and not jst mechanics.

More information

Reduction of over-determined systems of differential equations

Reduction of over-determined systems of differential equations Redction of oer-determined systems of differential eqations Maim Zaytse 1) 1, ) and Vyachesla Akkerman 1) Nclear Safety Institte, Rssian Academy of Sciences, Moscow, 115191 Rssia ) Department of Mechanical

More information

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process Decision Making in Complex Environments Lectre 2 Ratings and Introdction to Analytic Network Process Lectres Smmary Lectre 5 Lectre 1 AHP=Hierar chies Lectre 3 ANP=Networks Strctring Complex Models with

More information

1 The space of linear transformations from R n to R m :

1 The space of linear transformations from R n to R m : Math 540 Spring 20 Notes #4 Higher deriaties, Taylor s theorem The space of linear transformations from R n to R m We hae discssed linear transformations mapping R n to R m We can add sch linear transformations

More information

Direct linearization method for nonlinear PDE s and the related kernel RBFs

Direct linearization method for nonlinear PDE s and the related kernel RBFs Direct linearization method for nonlinear PDE s and the related kernel BFs W. Chen Department of Informatics, Uniersity of Oslo, P.O.Box 1080, Blindern, 0316 Oslo, Norway Email: wenc@ifi.io.no Abstract

More information

LPV control of an active vibration isolation system

LPV control of an active vibration isolation system 29 American Control Conference Hyatt Regency Rierfront, St. Lois, MO, USA Jne 1-12, 29 ThC15.1 LPV control of an actie ibration isolation system W.H.T.M. Aangenent, C.H.A. Criens, M.J.G. an de Molengraft,

More information

To pose an abstract computational problem on graphs that has a huge list of applications in web technologies

To pose an abstract computational problem on graphs that has a huge list of applications in web technologies Talk Objectie Large Scale Graph Algorithms A Gide to Web Research: Lectre 2 Yry Lifshits Steklo Institte of Mathematics at St.Petersbrg To pose an abstract comptational problem on graphs that has a hge

More information

Xihe Li, Ligong Wang and Shangyuan Zhang

Xihe Li, Ligong Wang and Shangyuan Zhang Indian J. Pre Appl. Math., 49(1): 113-127, March 2018 c Indian National Science Academy DOI: 10.1007/s13226-018-0257-8 THE SIGNLESS LAPLACIAN SPECTRAL RADIUS OF SOME STRONGLY CONNECTED DIGRAPHS 1 Xihe

More information

Asymptotic Gauss Jacobi quadrature error estimation for Schwarz Christoffel integrals

Asymptotic Gauss Jacobi quadrature error estimation for Schwarz Christoffel integrals Jornal of Approximation Theory 146 2007) 157 173 www.elseier.com/locate/jat Asymptotic Gass Jacobi qadratre error estimation for Schwarz Christoffel integrals Daid M. Hogh EC-Maths, Coentry Uniersity,

More information

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation JOURNAL OF AIRCRAFT Vol. 42, No. 4, Jly Agst 2005 Redcing Conservatism in Fltterometer Predictions Using Volterra Modeling with Modal Parameter Estimation Rick Lind and Joao Pedro Mortaga University of

More information

TESTING MEANS. we want to test. but we need to know if 2 1 = 2 2 if it is, we use the methods described last time pooled estimate of variance

TESTING MEANS. we want to test. but we need to know if 2 1 = 2 2 if it is, we use the methods described last time pooled estimate of variance Introdction to Statistics in Psychology PSY Profess Greg Francis Lectre 6 Hypothesis testing f two sample case Planning a replication stdy TESTING MENS we want to test H : µ µ H a : µ µ 6 bt we need to

More information

New Regularized Algorithms for Transductive Learning

New Regularized Algorithms for Transductive Learning New Reglarized Algorithms for Transdctie Learning Partha Pratim Talkdar and Koby Crammer Compter & Information Science Department Uniersity of Pennsylania Philadelphia, PA 19104 {partha,crammer}@cis.penn.ed

More information

Nonlinear parametric optimization using cylindrical algebraic decomposition

Nonlinear parametric optimization using cylindrical algebraic decomposition Proceedings of the 44th IEEE Conference on Decision and Control, and the Eropean Control Conference 2005 Seville, Spain, December 12-15, 2005 TC08.5 Nonlinear parametric optimization sing cylindrical algebraic

More information

Decision Oriented Bayesian Design of Experiments

Decision Oriented Bayesian Design of Experiments Decision Oriented Bayesian Design of Experiments Farminder S. Anand*, Jay H. Lee**, Matthew J. Realff*** *School of Chemical & Biomoleclar Engineering Georgia Institte of echnology, Atlanta, GA 3332 USA

More information

MATH2715: Statistical Methods

MATH2715: Statistical Methods MATH275: Statistical Methods Exercises III (based on lectres 5-6, work week 4, hand in lectre Mon 23 Oct) ALL qestions cont towards the continos assessment for this modle. Q. If X has a niform distribtion

More information

ON THE PERFORMANCE OF LOW

ON THE PERFORMANCE OF LOW Monografías Matemáticas García de Galdeano, 77 86 (6) ON THE PERFORMANCE OF LOW STORAGE ADDITIVE RUNGE-KUTTA METHODS Inmaclada Higeras and Teo Roldán Abstract. Gien a differential system that inoles terms

More information

Five Basic Concepts of Axiomatic Rewriting Theory

Five Basic Concepts of Axiomatic Rewriting Theory Fie Basic Concepts of Axiomatic Rewriting Theory Pal-André Melliès Institt de Recherche en Informatiqe Fondamentale (IRIF) CNRS, Uniersité Paris Diderot Abstract In this inited talk, I will reiew fie basic

More information

6.4 VECTORS AND DOT PRODUCTS

6.4 VECTORS AND DOT PRODUCTS 458 Chapter 6 Additional Topics in Trigonometry 6.4 VECTORS AND DOT PRODUCTS What yo shold learn ind the dot prodct of two ectors and se the properties of the dot prodct. ind the angle between two ectors

More information

Model (In-)Validation from a H and µ perspective

Model (In-)Validation from a H and µ perspective Model (In-)Validation from a H and µ perspectie Wolfgang Reinelt Department of Electrical Engineering Linköping Uniersity, S-581 83 Linköping, Seden WWW: http://.control.isy.li.se/~olle/ Email: olle@isy.li.se

More information

PROBABILISTIC APPROACHES TO STABILITY AND DEFORMATION PROBLEMS IN BRACED EXCAVATION

PROBABILISTIC APPROACHES TO STABILITY AND DEFORMATION PROBLEMS IN BRACED EXCAVATION Clemson Uniersity TigerPrints All Dissertations Dissertations 12-2011 PROBABILISTIC APPROACHES TO STABILITY AND DEFORMATION PROBLEMS IN BRACED EXCAVATION Zhe Lo Clemson Uniersity, jerry8256@gmail.com Follow

More information

Math 144 Activity #10 Applications of Vectors

Math 144 Activity #10 Applications of Vectors 144 p 1 Math 144 Actiity #10 Applications of Vectors In the last actiity, yo were introdced to ectors. In this actiity yo will look at some of the applications of ectors. Let the position ector = a, b

More information

Complex Tire-Ground Interaction Simulation: Recent Developments Of An Advanced Shell Theory Based Tire Model

Complex Tire-Ground Interaction Simulation: Recent Developments Of An Advanced Shell Theory Based Tire Model . ozdog and W. W. Olson Complex Tire-Grond Interaction Simlation: ecent eelopments Of n danced Shell Theory ased Tire odel EFEECE: ozdog. and Olson W. W. Complex Tire-Grond Interaction Simlation: ecent

More information

1. Tractable and Intractable Computational Problems So far in the course we have seen many problems that have polynomial-time solutions; that is, on

1. Tractable and Intractable Computational Problems So far in the course we have seen many problems that have polynomial-time solutions; that is, on . Tractable and Intractable Comptational Problems So far in the corse we have seen many problems that have polynomial-time soltions; that is, on a problem instance of size n, the rnning time T (n) = O(n

More information

The Brauer Manin obstruction

The Brauer Manin obstruction The Braer Manin obstrction Martin Bright 17 April 2008 1 Definitions Let X be a smooth, geometrically irredcible ariety oer a field k. Recall that the defining property of an Azmaya algebra A is that,

More information

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty Technical Note EN-FY160 Revision November 30, 016 ODiSI-B Sensor Strain Gage Factor Uncertainty Abstract Lna has pdated or strain sensor calibration tool to spport NIST-traceable measrements, to compte

More information

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University 9. TRUSS ANALYSIS... 1 9.1 PLANAR TRUSS... 1 9. SPACE TRUSS... 11 9.3 SUMMARY... 1 9.4 EXERCISES... 15 9. Trss analysis 9.1 Planar trss: The differential eqation for the eqilibrim of an elastic bar (above)

More information

NUCLEATION AND SPINODAL DECOMPOSITION IN TERNARY-COMPONENT ALLOYS

NUCLEATION AND SPINODAL DECOMPOSITION IN TERNARY-COMPONENT ALLOYS NUCLEATION AND SPINODAL DECOMPOSITION IN TERNARY-COMPONENT ALLOYS COLLEEN ACKERMANN AND WILL HARDESTY Abstract. The Cahn-Morral System has often been sed to model the dynamics of phase separation in mlti-component

More information

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance Optimal Control of a Heterogeneos Two Server System with Consideration for Power and Performance by Jiazheng Li A thesis presented to the University of Waterloo in flfilment of the thesis reqirement for

More information

Predicting Popularity of Twitter Accounts through the Discovery of Link-Propagating Early Adopters

Predicting Popularity of Twitter Accounts through the Discovery of Link-Propagating Early Adopters Predicting Poplarity of Titter Acconts throgh the Discoery of Link-Propagating Early Adopters Daichi Imamori Gradate School of Informatics, Kyoto Uniersity Sakyo, Kyoto 606-850 Japan imamori@dl.soc.i.kyoto-.ac.jp

More information

Minimizing Intra-Edge Crossings in Wiring Diagrams and Public Transportation Maps

Minimizing Intra-Edge Crossings in Wiring Diagrams and Public Transportation Maps Minimizing Intra-Edge Crossings in Wiring Diagrams and Pblic Transportation Maps Marc Benkert 1, Martin Nöllenbrg 1, Takeaki Uno 2, and Alexander Wolff 1 1 Department of Compter Science, Karlsrhe Uniersity,

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter WCE 007 Jly - 4 007 London UK Step-Size onds Analysis of the Generalized Mltidelay Adaptive Filter Jnghsi Lee and Hs Chang Hang Abstract In this paper we analyze the bonds of the fixed common step-size

More information

SECTION 6.7. The Dot Product. Preview Exercises. 754 Chapter 6 Additional Topics in Trigonometry. 7 w u 7 2 =?. 7 v 77w7

SECTION 6.7. The Dot Product. Preview Exercises. 754 Chapter 6 Additional Topics in Trigonometry. 7 w u 7 2 =?. 7 v 77w7 754 Chapter 6 Additional Topics in Trigonometry 115. Yo ant to fly yor small plane de north, bt there is a 75-kilometer ind bloing from est to east. a. Find the direction angle for here yo shold head the

More information

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 CONTENTS INTRODUCTION MEQ crriclm objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 VECTOR CONCEPTS FROM GEOMETRIC AND ALGEBRAIC PERSPECTIVES page 1 Representation

More information

Complexity of the Cover Polynomial

Complexity of the Cover Polynomial Complexity of the Coer Polynomial Marks Bläser and Holger Dell Comptational Complexity Grop Saarland Uniersity, Germany {mblaeser,hdell}@cs.ni-sb.de Abstract. The coer polynomial introdced by Chng and

More information

PHASE STEERING AND FOCUSING BEHAVIOR OF ULTRASOUND IN CEMENTITIOUS MATERIALS

PHASE STEERING AND FOCUSING BEHAVIOR OF ULTRASOUND IN CEMENTITIOUS MATERIALS PHAS STRING AND FOCUSING BHAVIOR OF ULTRASOUND IN CMNTITIOUS MATRIALS Shi-Chang Wooh and Lawrence Azar Department of Civil and nvironmental ngineering Massachsetts Institte of Technology Cambridge, MA

More information

Modelling, Simulation and Control of Quadruple Tank Process

Modelling, Simulation and Control of Quadruple Tank Process Modelling, Simlation and Control of Qadrple Tan Process Seran Özan, Tolgay Kara and Mehmet rıcı,, Electrical and electronics Engineering Department, Gaziantep Uniersity, Gaziantep, Trey bstract Simple

More information

Krauskopf, B., Lee, CM., & Osinga, HM. (2008). Codimension-one tangency bifurcations of global Poincaré maps of four-dimensional vector fields.

Krauskopf, B., Lee, CM., & Osinga, HM. (2008). Codimension-one tangency bifurcations of global Poincaré maps of four-dimensional vector fields. Kraskopf, B, Lee,, & Osinga, H (28) odimension-one tangency bifrcations of global Poincaré maps of for-dimensional vector fields Early version, also known as pre-print Link to pblication record in Explore

More information

QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING

QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING Jornal of the Korean Statistical Society 2007, 36: 4, pp 543 556 QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING Hosila P. Singh 1, Ritesh Tailor 2, Sarjinder Singh 3 and Jong-Min Kim 4 Abstract In sccessive

More information

Sources of Non Stationarity in the Semivariogram

Sources of Non Stationarity in the Semivariogram Sorces of Non Stationarity in the Semivariogram Migel A. Cba and Oy Leangthong Traditional ncertainty characterization techniqes sch as Simple Kriging or Seqential Gassian Simlation rely on stationary

More information

FLUCTUATING WIND VELOCITY CHARACTERISTICS OF THE WAKE OF A CONICAL HILL THAT CAUSE LARGE HORIZONTAL RESPONSE OF A CANTILEVER MODEL

FLUCTUATING WIND VELOCITY CHARACTERISTICS OF THE WAKE OF A CONICAL HILL THAT CAUSE LARGE HORIZONTAL RESPONSE OF A CANTILEVER MODEL BBAA VI International Colloqim on: Blff Bodies Aerodynamics & Applications Milano, Italy, Jly, 2-24 28 FLUCTUATING WIND VELOCITY CHARACTERISTICS OF THE WAKE OF A CONICAL HILL THAT CAUSE LARGE HORIZONTAL

More information

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli 1 Introdction Discssion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen Department of Economics, University of Copenhagen and CREATES,

More information

A Model-Free Adaptive Control of Pulsed GTAW

A Model-Free Adaptive Control of Pulsed GTAW A Model-Free Adaptive Control of Plsed GTAW F.L. Lv 1, S.B. Chen 1, and S.W. Dai 1 Institte of Welding Technology, Shanghai Jiao Tong University, Shanghai 00030, P.R. China Department of Atomatic Control,

More information

Geometry of Span (continued) The Plane Spanned by u and v

Geometry of Span (continued) The Plane Spanned by u and v Geometric Description of Span Geometr of Span (contined) 2 Geometr of Span (contined) 2 Span {} Span {, } 2 Span {} 2 Geometr of Span (contined) 2 b + 2 The Plane Spanned b and If a plane is spanned b

More information

An Investigation into Estimating Type B Degrees of Freedom

An Investigation into Estimating Type B Degrees of Freedom An Investigation into Estimating Type B Degrees of H. Castrp President, Integrated Sciences Grop Jne, 00 Backgrond The degrees of freedom associated with an ncertainty estimate qantifies the amont of information

More information

Discussion Papers Department of Economics University of Copenhagen

Discussion Papers Department of Economics University of Copenhagen Discssion Papers Department of Economics University of Copenhagen No. 10-06 Discssion of The Forward Search: Theory and Data Analysis, by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen,

More information

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet The Role of Visalization Approach on Stdent s Conceptal Learning Konyaliogl, Serpil Department of Secondary Science and Mathematics Edcation, K.K. Edcation Faclty, Atatürk University, 25240- Erzrm-Trkey;

More information

FOUNTAIN codes [3], [4] provide an efficient solution

FOUNTAIN codes [3], [4] provide an efficient solution Inactivation Decoding of LT and Raptor Codes: Analysis and Code Design Francisco Lázaro, Stdent Member, IEEE, Gianligi Liva, Senior Member, IEEE, Gerhard Bach, Fellow, IEEE arxiv:176.5814v1 [cs.it 19 Jn

More information

CS 450: COMPUTER GRAPHICS VECTORS SPRING 2016 DR. MICHAEL J. REALE

CS 450: COMPUTER GRAPHICS VECTORS SPRING 2016 DR. MICHAEL J. REALE CS 45: COMPUTER GRPHICS VECTORS SPRING 216 DR. MICHEL J. RELE INTRODUCTION In graphics, we are going to represent objects and shapes in some form or other. First, thogh, we need to figre ot how to represent

More information

Introdction Finite elds play an increasingly important role in modern digital commnication systems. Typical areas of applications are cryptographic sc

Introdction Finite elds play an increasingly important role in modern digital commnication systems. Typical areas of applications are cryptographic sc A New Architectre for a Parallel Finite Field Mltiplier with Low Complexity Based on Composite Fields Christof Paar y IEEE Transactions on Compters, Jly 996, vol 45, no 7, pp 856-86 Abstract In this paper

More information

Lesson 81: The Cross Product of Vectors

Lesson 81: The Cross Product of Vectors Lesson 8: The Cross Prodct of Vectors IBHL - SANTOWSKI In this lesson yo will learn how to find the cross prodct of two ectors how to find an orthogonal ector to a plane defined by two ectors how to find

More information

Online Stochastic Matching: New Algorithms and Bounds

Online Stochastic Matching: New Algorithms and Bounds Online Stochastic Matching: New Algorithms and Bonds Brian Brbach, Karthik A. Sankararaman, Araind Sriniasan, and Pan X Department of Compter Science, Uniersity of Maryland, College Park, MD 20742, USA

More information

Multivariable Ripple-Free Deadbeat Control

Multivariable Ripple-Free Deadbeat Control Scholarly Jornal of Mathematics and Compter Science Vol. (), pp. 9-9, October Available online at http:// www.scholarly-jornals.com/sjmcs ISS 76-8947 Scholarly-Jornals Fll Length Research aper Mltivariable

More information

GRAY CODES FAULTING MATCHINGS

GRAY CODES FAULTING MATCHINGS Uniersity of Ljbljana Institte of Mathematics, Physics and Mechanics Department of Mathematics Jadranska 19, 1000 Ljbljana, Sloenia Preprint series, Vol. 45 (2007), 1036 GRAY CODES FAULTING MATCHINGS Darko

More information

Effects of Soil Spatial Variability on Bearing Capacity of Shallow Foundations

Effects of Soil Spatial Variability on Bearing Capacity of Shallow Foundations Geotechnical Safety and Risk V T. Schweckendiek et al. (Eds.) 2015 The athors and IOS Press. This article is pblished online with Open Access by IOS Press and distribted nder the terms of the Creative

More information

Flood flow at the confluence of compound river channels

Flood flow at the confluence of compound river channels Rier Basin Management VIII 37 Flood flow at the conflence of compond rier channels T. Ishikawa 1, R. Akoh 1 & N. Arai 2 1 Department of Enironmental Science and Technology, Tokyo Institte of Technology,

More information

Discontinuous Fluctuation Distribution for Time-Dependent Problems

Discontinuous Fluctuation Distribution for Time-Dependent Problems Discontinos Flctation Distribtion for Time-Dependent Problems Matthew Hbbard School of Compting, University of Leeds, Leeds, LS2 9JT, UK meh@comp.leeds.ac.k Introdction For some years now, the flctation

More information

IN this paper we consider simple, finite, connected and

IN this paper we consider simple, finite, connected and INTERNATIONAL JOURNAL OF MATHEMATICS AND SCIENTIFIC COMPUTING (ISSN: -5), VOL., NO., -Eqitable Labeling for Some Star and Bistar Related Graphs S.K. Vaidya and N.H. Shah Abstract In this paper we proe

More information

B-469 Simplified Copositive and Lagrangian Relaxations for Linearly Constrained Quadratic Optimization Problems in Continuous and Binary Variables

B-469 Simplified Copositive and Lagrangian Relaxations for Linearly Constrained Quadratic Optimization Problems in Continuous and Binary Variables B-469 Simplified Copositive and Lagrangian Relaxations for Linearly Constrained Qadratic Optimization Problems in Continos and Binary Variables Naohiko Arima, Snyong Kim and Masakaz Kojima October 2012,

More information

Restricted cycle factors and arc-decompositions of digraphs. J. Bang-Jensen and C. J. Casselgren

Restricted cycle factors and arc-decompositions of digraphs. J. Bang-Jensen and C. J. Casselgren Restricted cycle factors and arc-decompositions of digraphs J. Bang-Jensen and C. J. Casselgren REPORT No. 0, 0/04, spring ISSN 0-467X ISRN IML-R- -0-/4- -SE+spring Restricted cycle factors and arc-decompositions

More information

University of Bristol

University of Bristol Uniersity of Bristol AEROGUST Workshop 27 th - 28 th April 2017, Uniersity of Lierpool Presented by Robbie Cook and Chris Wales Oeriew Theory Nonlinear strctral soler copled with nsteady aerodynamics Gst

More information

Deconstructing Intra-Industry Trade. With Special Reference to EU-Trade

Deconstructing Intra-Industry Trade. With Special Reference to EU-Trade Deconstrcting Intra-Indstry Trade With Special Reference to EU-Trade Joakim Gllstrand Department of Economics Uniersity of Lnd P.O. Box 7082 S-220 07 LUND Joakim.Gllstrand@nek.l.se Abstract An important

More information

Elements of Coordinate System Transformations

Elements of Coordinate System Transformations B Elements of Coordinate System Transformations Coordinate system transformation is a powerfl tool for solving many geometrical and kinematic problems that pertain to the design of gear ctting tools and

More information

LambdaMF: Learning Nonsmooth Ranking Functions in Matrix Factorization Using Lambda

LambdaMF: Learning Nonsmooth Ranking Functions in Matrix Factorization Using Lambda 2015 IEEE International Conference on Data Mining LambdaMF: Learning Nonsmooth Ranking Fnctions in Matrix Factorization Using Lambda Gang-He Lee Department of Compter Science and Information Engineering

More information

Sensitivity Analysis in Bayesian Networks: From Single to Multiple Parameters

Sensitivity Analysis in Bayesian Networks: From Single to Multiple Parameters Sensitivity Analysis in Bayesian Networks: From Single to Mltiple Parameters Hei Chan and Adnan Darwiche Compter Science Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwiche}@cs.cla.ed

More information

International Journal of Physical and Mathematical Sciences journal homepage:

International Journal of Physical and Mathematical Sciences journal homepage: 64 International Jornal of Physical and Mathematical Sciences Vol 2, No 1 (2011) ISSN: 2010-1791 International Jornal of Physical and Mathematical Sciences jornal homepage: http://icoci.org/ijpms PRELIMINARY

More information

Optimal search: a practical interpretation of information-driven sensor management

Optimal search: a practical interpretation of information-driven sensor management Optimal search: a practical interpretation of information-driven sensor management Fotios Katsilieris, Yvo Boers and Hans Driessen Thales Nederland B.V. Hengelo, the Netherlands Email: {Fotios.Katsilieris,

More information

Primary dependent variable is fluid velocity vector V = V ( r ); where r is the position vector

Primary dependent variable is fluid velocity vector V = V ( r ); where r is the position vector Chapter 4: Flids Kinematics 4. Velocit and Description Methods Primar dependent ariable is flid elocit ector V V ( r ); where r is the position ector If V is known then pressre and forces can be determined

More information

Sign-reductions, p-adic valuations, binomial coefficients modulo p k and triangular symmetries

Sign-reductions, p-adic valuations, binomial coefficients modulo p k and triangular symmetries Sign-redctions, p-adic valations, binomial coefficients modlo p k and trianglar symmetries Mihai Prnesc Abstract According to a classical reslt of E. Kmmer, the p-adic valation v p applied to a binomial

More information

c 2009 Society for Industrial and Applied Mathematics

c 2009 Society for Industrial and Applied Mathematics SIAM J. DISCRETE MATH. Vol., No., pp. 8 86 c 009 Society for Indstrial and Applied Mathematics THE SURVIVING RATE OF A GRAPH FOR THE FIREFIGHTER PROBLEM CAI LEIZHEN AND WANG WEIFAN Abstract. We consider

More information

RESGen: Renewable Energy Scenario Generation Platform

RESGen: Renewable Energy Scenario Generation Platform 1 RESGen: Renewable Energy Scenario Generation Platform Emil B. Iversen, Pierre Pinson, Senior Member, IEEE, and Igor Ardin Abstract Space-time scenarios of renewable power generation are increasingly

More information

Applying Fuzzy Set Approach into Achieving Quality Improvement for Qualitative Quality Response

Applying Fuzzy Set Approach into Achieving Quality Improvement for Qualitative Quality Response Proceedings of the 007 WSES International Conference on Compter Engineering and pplications, Gold Coast, stralia, Janary 17-19, 007 5 pplying Fzzy Set pproach into chieving Qality Improvement for Qalitative

More information

PREDICTABILITY OF SOLID STATE ZENER REFERENCES

PREDICTABILITY OF SOLID STATE ZENER REFERENCES PREDICTABILITY OF SOLID STATE ZENER REFERENCES David Deaver Flke Corporation PO Box 99 Everett, WA 986 45-446-6434 David.Deaver@Flke.com Abstract - With the advent of ISO/IEC 175 and the growth in laboratory

More information

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers D.R. Espinoza-Trejo and D.U. Campos-Delgado Facltad de Ingeniería, CIEP, UASLP, espinoza trejo dr@aslp.mx Facltad de Ciencias,

More information

EE2 Mathematics : Functions of Multiple Variables

EE2 Mathematics : Functions of Multiple Variables EE2 Mathematics : Fnctions of Mltiple Variables http://www2.imperial.ac.k/ nsjones These notes are not identical word-for-word with m lectres which will be gien on the blackboard. Some of these notes ma

More information

Risk-Management and Risk-Analysis-Based Decision Tools for Attacks on Electric Power

Risk-Management and Risk-Analysis-Based Decision Tools for Attacks on Electric Power Risk Analysis, Vol. 27, No. 3, 2007 DOI: 10.1111/j.1539-6924.2007.00905.x Risk-Management and Risk-Analysis-Based Decision Tools for Attacks on Electric Power Jeffrey S. Simonoff, 1 Carlos E. Restrepo,

More information

The Minimal Estrada Index of Trees with Two Maximum Degree Vertices

The Minimal Estrada Index of Trees with Two Maximum Degree Vertices MATCH Commnications in Mathematical and in Compter Chemistry MATCH Commn. Math. Compt. Chem. 64 (2010) 799-810 ISSN 0340-6253 The Minimal Estrada Index of Trees with Two Maximm Degree Vertices Jing Li

More information

TrustSVD: Collaborative Filtering with Both the Explicit and Implicit Influence of User Trust and of Item Ratings

TrustSVD: Collaborative Filtering with Both the Explicit and Implicit Influence of User Trust and of Item Ratings Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence TrstSVD: Collaborative Filtering with Both the Explicit and Implicit Inflence of User Trst and of Item Ratings Gibing Go Jie Zhang

More information

Space-Time Behavior Based Correlation

Space-Time Behavior Based Correlation Space-Time Behaior Based Correlation Eli Shechtman Michal Irani Dept. of Compter Science and Applied Math The Weizmann Institte of Science 761 Rehoot, Israel Abstract We introdce a behaior-based similarity

More information

Dynamic Optimization of First-Order Systems via Static Parametric Programming: Application to Electrical Discharge Machining

Dynamic Optimization of First-Order Systems via Static Parametric Programming: Application to Electrical Discharge Machining Dynamic Optimization of First-Order Systems via Static Parametric Programming: Application to Electrical Discharge Machining P. Hgenin*, B. Srinivasan*, F. Altpeter**, R. Longchamp* * Laboratoire d Atomatiqe,

More information

Roy Aleksan Centre d Etudes Nucleaires, Saclay, DAPNIA/SPP, F Gif-sur-Yvette, CEDEX, France

Roy Aleksan Centre d Etudes Nucleaires, Saclay, DAPNIA/SPP, F Gif-sur-Yvette, CEDEX, France CSUHEP -1 DAPNIA--95 LAL--83 Measring the Weak Phase γ in Color Allowed B DKπ Decays Roy Aleksan Centre d Etdes Ncleaires, Saclay, DAPNIA/SPP, F-91191 Gif-sr-Yvette, CEDEX, France Troels C. Petersen LAL

More information

SIMULATION OF TURBULENT FLOW AND HEAT TRANSFER OVER A BACKWARD-FACING STEP WITH RIBS TURBULATORS

SIMULATION OF TURBULENT FLOW AND HEAT TRANSFER OVER A BACKWARD-FACING STEP WITH RIBS TURBULATORS THERMAL SCIENCE, Year 011, Vol. 15, No. 1, pp. 45-55 45 SIMULATION OF TURBULENT FLOW AND HEAT TRANSFER OVER A BACKWARD-FACING STEP WITH RIBS TURBULATORS b Khdheer S. MUSHATET Mechanical Engineering Department,

More information

Chapter 2 Difficulties associated with corners

Chapter 2 Difficulties associated with corners Chapter Difficlties associated with corners This chapter is aimed at resolving the problems revealed in Chapter, which are cased b corners and/or discontinos bondar conditions. The first section introdces

More information

A State Space Based Implicit Integration Algorithm. for Differential Algebraic Equations of Multibody. Dynamics

A State Space Based Implicit Integration Algorithm. for Differential Algebraic Equations of Multibody. Dynamics A State Space Based Implicit Integration Algorithm for Differential Algebraic Eqations of Mltibody Dynamics E. J. Hag, D. Negrt, M. Ianc Janary 28, 1997 To Appear Mechanics of Strctres and Machines Abstract.

More information

The Open Civil Engineering Journal

The Open Civil Engineering Journal Send Orders for Reprints to reprints@benthamscience.ae 564 The Open Ciil Engineering Jornal, 16, 1, 564-57 The Open Ciil Engineering Jornal Content list aailable at: www.benthamopen.com/tociej/ DOI: 1.174/187414951611564

More information

Path-SGD: Path-Normalized Optimization in Deep Neural Networks

Path-SGD: Path-Normalized Optimization in Deep Neural Networks Path-SGD: Path-Normalized Optimization in Deep Neral Networks Behnam Neyshabr, Rslan Salakhtdinov and Nathan Srebro Toyota Technological Institte at Chicago Department of Compter Science, University of

More information

Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defuzzification Strategy in an Adaptive Neuro Fuzzy Inference System

Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defuzzification Strategy in an Adaptive Neuro Fuzzy Inference System Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defzzification Strategy in an Adaptive Nero Fzzy Inference System M. Onder Efe Bogazici University, Electrical and Electronic Engineering

More information

Artificial Noise Revisited: When Eve Has more Antennas than Alice

Artificial Noise Revisited: When Eve Has more Antennas than Alice Artificial Noise Reisited: When e Has more Antennas than Alice Shiyin Li Yi Hong and manele Viterbo CS Department Monash Uniersity Melborne VIC 3800 Astralia mail: shiyin.li yi.hong emanele.iterbo@monash.ed

More information

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom EPJ Web of Conferences 80, 0034 (08) EFM 07 Stdy on the implsive pressre of tank oscillating by force towards mltiple degrees of freedom Shigeyki Hibi,* The ational Defense Academy, Department of Mechanical

More information

Selected problems in lattice statistical mechanics

Selected problems in lattice statistical mechanics Selected problems in lattice statistical mechanics Yao-ban Chan September 12, 2005 Sbmitted in total flfilment of the reqirements of the degree of Doctor of Philosophy Department of Mathematics and Statistics

More information

FACULTY WORKING PAPER NO. 1081

FACULTY WORKING PAPER NO. 1081 35 51 COPY 2 FACULTY WORKING PAPER NO. 1081 Diagnostic Inference in Performance Evalation: Effects of Case and Event Covariation and Similarity Clifton Brown College of Commerce and Bsiness Administration

More information

Context Fusion for Driveability Analysis

Context Fusion for Driveability Analysis Context Fsion for Drieability Analysis Fredrik Lantz, Ssanne Edlnd, Erland Jngert FOI (Swedish Defence Research Agency) Box 1165, S-%81 11 Linköping, Sweden {flantz, jngert}@foi.se Abstract - Drieability

More information