Incorporating Side Information into Recurrent Neural Network Language Models

Size: px
Start display at page:

Download "Incorporating Side Information into Recurrent Neural Network Language Models"

Transcription

1 Incorporating Sid Information into Rcurrnt Nural Ntwork Languag Modls Cong Duy Vu Hoang Univrsity of Mlbourn Mlbourn, VIC, Australia Gholamrza Haffari Monash Univrsity Clayton, VIC, Australia Abstract Rcurrnt nural ntwork languag modls (RNNLM) hav rcntly dmonstratd vast potntial in modlling long-trm dpndncis for NLP problms, ranging from spch rcognition to machin translation. In this work, w propos mthods for conditioning RNNLMs on xtrnal sid information,.g., mtadata such as kywords or documnt titl. Our xprimnts show consistnt improvmnts of RNNLMs using sid information ovr th baslins for two diffrnt datasts and gnrs in two languags. Intrstingly, w found that sid information in a forign languag can b highly bnficial in modlling txts in anothr languag, srving as a form of cross-lingual languag modlling. 1 Introduction Nural ntwork approachs to languag modlling (LM) hav mad rmarkabl prformanc gains ovr traditional count-basd ngram LMs (Bngio t al., 2003; Mnih and Hinton, 2007; Mikolov t al., 2011). Thy offr svral dsirabl charactristics, including th capacity to gnralis ovr larg vocabularis through th us of vctor spac rprsntation, and for rcurrnt modls (Mikolov t al., 2011) th ability to ncod long distanc dpndncis that ar impossibl to includ with a limitd contxt windows usd in convntional ngram LMs. Ths arly paprs hav spawnd a cottag industry in nural LM basd applications, whr txt gnration is a ky componnt, including conditional languag modls for imag captioning (Kiros t al., 2014; Vinyals t al., 2015) and nural machin translation Trvor Cohn Univrsity of Mlbourn Mlbourn, VIC, Australia t.cohn@unimlb.du.au (Kalchbrnnr and Blunsom, 2013; Sutskvr t al., 2014; Bahdanau t al., 2015). Inspird by ths works for conditioning LMs on complx sid information, such as imags and forign txt, in this papr w invstigat th possibility of improving LMs in a mor traditional stting, that is whn applid dirctly to txt documnts. Typically corpora includ rich sid information, such as documnt titls, authorship, tim stamp, kywords and so on, although this information is usually discardd whn applying statistical modls. Howvr, this information can b highly informativ, for instanc, kywords, titls or dscriptions, oftn includ cntral topics which will b hlpful in modlling or undrstanding th documnt txt. W propos mchanisms for ncoding this sid information into a vctor spac rprsntation, and mans of incorporating it into th gnrating procss in a RNNLM framwork. Evaluating on two corpora and two diffrnt languags, w show consistntly significant prplxity rductions ovr th stat-of-thart RNNLM modls. Th contributions of this papr ar as follows: 1. W propos a framwork for ncoding structurd and unstructurd sid information, and its incorporation into a RNNLM. 2. W introduc a nw corpus, th RIE corpus, basd on th Europarl wb archiv, with rich annotations of svral typs of mta-data. 3. W provid mpirical analysis showing consistnt improvmnts from using sid information across two datasts in two languags.

2 2 Problm Formulation & Modl W first rviw RNNLM architctur (Mikolov t al., 2011) bfor dscribing our xtnsion in RNNLM Architctur Th standard RNNLM consists of 3 main layrs: an input layr whr ach input word has its mbdding via on-hot vctor coding; a hiddn layr consisting of rcurrnt units whr a stat is conditiond rcursivly on past stats; and an output layr whr a targt word will b prdictd. RNNLM has an advantag ovr convntional n-gram languag modl in modlling long distanc dpndncis ffctivly. In gnral, an RNN oprats from lft-to-right ovr th input word squnc; i.., h t = RU (x t, h t 1 ) = f (W (hh) h t 1 + W (ih) x t + b (h)) ( x t+1 softmax W (ho) h t + b (o)) ; whr f(.) is a non-linar function,.g., tanh, applid lmnt-wis to its vctor input; h t is th currnt RNN hiddn stat at tim-stp t; and matrics W and vctors b ar modl paramtrs. Th modl is traind using gradint-basd mthods to optimis a (rgularisd) training objctiv,.g. th liklihood function. In principl, a rcurrnt unit (RU) can b mployd using diffrnt variants of rcurrnt structurs such as: Long Short Trm Mmory (LSTM) (Hochritr and Schmidhubr, 1997), Gatd Rcurrnt Unit (GRU) (Cho t al., 2014), or rcntly dpr structurs,.g. Dpth Gatd Long Short Trm Mmory (DGLSTM) a stack of LSTMs with xtra connctions btwn mmory clls in dp layrs (Yao t al., 2015). It can b rgardd as bing a gnralisation of LSTM rcurrnc to both tim and dpth. Such dp rcurrnt structur may captur long distanc pattrns at thir most gnral. Empirically, w found that RNNLM with DGLSTM structur appars to b bst prformr across our datasts, and thrfor is usd prdominantly in our xprimnts. 2.2 Incorporating Sid Information Nowadays, many corpora ar archivd with sid information or contxtual mta-data. In this work, w a) b) h t-1 x t+1 h t x t h t-1 x t+1 Figur 1: Intgration mthods for auxiliary information, : a) as input to th RNN, or b) as part of th output softmax layr. argu that such information can b usful for languag modlling (and prsumably othr NLP tasks). By providing this auxiliary information dirctly to th RNNLM, w stand to boost languag modlling prformanc. Th first qustion in using sid information is how to ncod ths unstructurd inputs, y, into a vctor rprsntation, dnotd. W discuss svral mthods for ncoding th auxiliary vctor: BOW additiv bag of words, = t y t, and avrag th avrag mbdding vctor, = 1 t T y t, both inspird by (Hrmann and Blunsom, 2014a); bigram convolution with sum-pooling, = t tanh (y t 1 + y t ) (Hrmann and Blunsom, 2014b); and RNN a rcurrnt nural ntwork ovr th word squnc (Sutskvr t al., 2014), using th final hiddn stat(s) as. From th abov mthods, w found that BOW workd consistntly wll, outprforming th othr approachs, and morovr lad to a simplr modl with fastr training. For this rason w rport only rsults for th BOW ncoding. Not that whn using multipl auxiliary inputs, w us a wightd combination, = i W (ai) (i). Th nxt stp is th intgration of into th RNNLM. W considr two intgration mthods: as input to th hiddn stat (dnotd input), and connctd to th output softmax layr (output), as shown in Figur 1 a and b, rspctivly. In both cass, w compar xprimntally th following intgration stratgis: add adding th vctors togthr,.g., using x t + as th input to th RNN, such that h t x t

3 h t = RU (x t +, h t 1 ); stack concatnating th vctors,.g., using [ x t ] for gnrating th RNN hiddn stat, such that h t = RU ([ xt ], h t 1 ); and mlp fding both vctors into an xtra prcptron with singl hiddn layr, using a tanh nonlinarity and projcting th output to th rquird dimnsionality; i.., h t = tanh (W ) (hh ) h t + W (h) + b (h ) ( x t+1 softmax W (ho) h t + b (o)). Not that add rquirs th vctors to b th sam dimnsionality, whil th othr two mthods do not. Th stack mthod can b quit costly, givn that it incrass th siz of svral matrics, ithr in th rcurrnt unit (for input) or th output mapping for word gnration. This is a problm in th lattr cas: givn th larg siz of th vocabulary, th matrix W (ho) is alrady vry larg and making it largr (doubling th siz, to bcom W (h o) ) has a sizabl ffct on training tim (and prsumably also propnsity to ovr-fit). Th output+stack mthod dos howvr hav a complling intrprtation as a jointly traind product modl btwn a RNNLM and a unigram modl conditiond on th sid information, whr both modls ar formulatd as softmax classifirs. Considrd as a product modl (Hinton, 2002; Pascanu t al., 2013), th two componnts can concntrat on diffrnt aspcts of th problm whr th othr modl is not confidnt, and allowd ach modl th ability to vto crtain outputs, by assigning thm a low probability. 3 Exprimnts Datasts. W conductd our xprimnts on two datasts with diffrnt gnrs in two languags. As th first datast, w us th IWSLT2014 MT track on TED Talks 1 du to its slf-containd rich auxiliary information, including: titl, dscription, kywords, and author rlatd information. W chos th English-Frnch pair for our xprimnts. Th statistics of th training st is shown in Tabl 1. W 1 (IWSLT 14 MT Track) tokns (M) typs (K) docs snts (K) TED-n TED-fr RIE-n RIE-fr Tabl 1: Statistics of th training sts, showing in ach cll th numbr of word tokns, typs, documnts (talks or plnaris), and sntncs. usd dv2010 (7 talks/817 sntncs) for arly stopping of training nural ntwork modls. For valuation, w usd diffrnt tsting sts ovr yars, including tst2010 (10/1587), tst2011 (7/768), tst2012 (10/1083). As th scond datast, w crawld th ntir Europan Parliamnt 2 wbsit, focusing on plnary sssions. Such sssions contain usful structural information, namly multilingual txts dividd into spakr sssions and topics. W bliv that thos txts ar intrsting and challnging for languag modlling tasks. Our datast contains 724 plnary sssions ovr 12.5 yars until Jun 2011 with multilingual txts in 22 languags 3. W rfr to this datast by RIE 4 (Rich Information Europarl). W randomly slct 200/5/30 plnary sssions as th training/dvlopmnt/tst sts, rspctivly. Furthrmor, th sizs of our working datasts ar an ordr of magnitud largr than th standard Pnn Trbank st which is oftn usd for valuating nural languag modls. St-up and Baslins. W hav usd cnn 5 to implmnt our modls. W us th sam configurations for all nural modls: 512 input mbdding and hiddn layr dimnsions, 2 hiddn layrs, and vocabulary sizs as givn in Tabl 1. W usd th sam vocabulary for th auxiliary and modlld txt. W traind a convntional 5 gram languag modl using modifid Knsr-Ny smoothing, with th KnLM toolkit (Hafild, 2011). W usd th Wilcoxon signd-rank tst (Wilcoxon, 1945) to masur th statistical significanc (p < 0.05) on diffrncs btwn sntnc-lvl prplxity scors of improvd modls compard to th bst bas W ignord th priod from Jun 2011 onwards, as from this dat th EU stoppd crating manual human translations. 4 This datast will b rlasd upon publication. 5

4 Mthod tst2010 tst2011 tst gram LM RNNLM LSTM DGLSTM input+add+k input+mlp+k input+stack+k output+mlp+k output+mlp+t output+mlp+d output+mlp+k+t output+mlp+k+d output+mlp+t+d output+mlp+k+t+d Tabl 2: Prplxity scors basd on th English part of TED talks datast in IWSLT14 MT. +k, +t, +d: with kywords, titl, and dscription as auxiliary sid information rspctivly. bold: Statistically significant bttr than th bst baslin. lin. Throughout our xprimnts, punctuation, stop words and sntnc markrs ( s, /s, unk ) ar filtrd out in all auxiliary inputs. W obsrvd that this filtring was rquird for BOW to work rasonably wll. For ach modl, th bst prplxity scor on dvlopmnt st is usd for arly stopping of training modls, which was obtaind aftr 2-5 pochs on both datasts. Rsults & Analysis. Th prplxity rsults on TED Talks datast ar prsntd in Tabl 2 and 3. RNNLM variants consistntly achiv substantially bttr prplxitis compard to th convntional 5 gram languag modl baslin. 6 Of th basic RNNLM modls (middl), th DGLSTM works consistntly bttr than both th standard RNN and th LSTM. This may b du to bttr intractions of mmory clls in hiddn layrs. Sinc th DGLSTM outprformd othrs 7, w usd it for all subsqunt xprimnts. For TED Talks datast, thr ar thr kinds of sid information, including kywords, titl, dscription. W attmptd to injct thos into diffrnt RNNLM layrs, rsulting in modl variants as shown in Tabl 2. First, w chos kywords (+k) information as an anchor to figur out 6 For fair comparison, whn computing th prplxity with th 5-gram LM, w xclud all tst words markd as unk (i.., with low counts or OOVs) from considration. 7 This concurs with th finding in (Yao t al., 2015), who showd that DGLSTM producd th stat-of-th-art rsults ovr Pnn Trbank datast. Mthod tst2010 tst2011 tst gram LM LSTM DGLSTM output+mlp+t output+mlp+d output+mlp+t+d output+mlp+k output+mlp+d+k Tabl 3: Prplxity scors basd on th Frnch part of TED talks datast in IWSLT14 MT. Not that +k mans with kywords in English. which incorporation mthod works wll. Comparing input+add+k, input+mlp+k and input+stack+k, th largst dcras is obtaind by output+mlp+k consistntly across all tst sts (and dvlopmnt sts, not shown hr). W furthr valuatd th addition of othr sid information (.g., dscription (+d), titl (+t)), finding that +d has similar ffct as +k whras +t has a mixd ffct, bing dtrimntal for on tst st (tst2011). W suspct that it is du to oftn-tims short sntncs of titls in that tst, aftr our filtring stp, lading to a shortag of usful information fd into nural ntwork larning. Intrstingly, th bst prformanc is obtaind whn incorporating both +k and +d, showing that thr is complmntary information in th two auxiliary inputs. Furthr, w also achivd th similar rsults in th countrpart of English part (in Frnch) using output+mlp with both +t and +d as shown in Tabl 3. In Frnch data, no kywords information is availabl. For this rason, w run additional xprimnts by injcting English kywords as sid information into nural modls of Frnch. Intrstingly, w found that kywords sid information in English ffctivly improvs th modlling of Frnch txts as shown in Tabl 3, srving as a nw form of cross-lingual languag modlling. W furthr achivd similar rsults by incorporating th topic hadlin in th RIE datast. Th consistntly-improvd rsults (in Tabl 4) dmonstrat th robustnss of th output+mlp approach. 4 Conclusion W hav proposd an ffctiv approach to boost th prformanc of RNNLM using auxiliary sid information (.g. kywords, titl, dscription, topic had-

5 Mthod tst (n) tst (fr) 5-gram LM LSTM DGLSTM output+mlp+h Tabl 4: Prplxity scors basd on th sampld RIE datast. +h: topic hadlin. lin) of a txtual uttranc. W providd an mpirical analysis of various ways of injcting such information into a distributd rprsntation, which is thn incorporatd into ithr th input, hiddn, or output layr of RNNLM architctur. Our xprimntal rsults rval consistnt improvmnts ar achivd ovr strong baslins for diffrnt datasts and gnrs in two languags. Our futur work will invstigat th modl prformanc on a closly-rlatd task, i.., nural machin translation (Sutskvr t al., 2014; Bahdanau t al., 2015). Furthrmor, w will xplor larning mthods to combin uttrancs with and without th auxiliary sid information. Acknowldgmnts Cong Duy Vu Hoang was supportd by full scholarships of th Univrsity of Mlbourn, Australia. Dr Trvor Cohn was supportd by th ARC (Futur Fllowship). Rfrncs D. Bahdanau, K. Cho, and Y. Bngio Nural Machin Translation by Jointly Larning to Align and Translat. In Procdings of Intrnational Confrnc on Larning Rprsntations (ICLR 2015), Sptmbr. Yoshua Bngio, Réjan Ducharm, Pascal Vincnt, and Christian Janvin A Nural Probabilistic Languag Modl. Th Journal of Machin Larning Rsarch, 3: Kyunghyun Cho, Bart van Mrrinbor, Dzmitry Bahdanau, and Yoshua Bngio On th Proprtis of Nural Machin Translation: Encodr Dcodr Approachs. In Procdings of SSST-8, Eighth Workshop on Syntax, Smantics and Structur in Statistical Translation, pags , Doha, Qatar, Octobr. Association for Computational Linguistics. Knnth Hafild KnLM: Fastr and Smallr Languag Modl Quris. In Procdings of th EMNLP 2011 Sixth Workshop on Statistical Machin Translation, pags , Edinburgh, Scotland, Unitd Kingdom, July. K. M. Hrmann and P. Blunsom. 2014a. Multilingual Distributd Rprsntations without Word Alignmnt. In Procdings of Intrnational Confrnc on Larning Rprsntations (ICLR 2014), Dcmbr. Karl Moritz Hrmann and Phil Blunsom. 2014b. Multilingual Modls for Compositional Distributd Smantics. In Procdings of th 52nd Annual Mting of th Association for Computational Linguistics (Volum 1: Long Paprs), pags 58 68, Baltimor, Maryland, Jun. Association for Computational Linguistics. Goffry E Hinton Training Products of Exprts by Minimizing Contrastiv Divrgnc. Nural computation, 14(8): Spp Hochritr and Jurgn Schmidhubr Long Short-Trm Mmory. Nural Comput., 9(8): , Novmbr. Nal Kalchbrnnr and Phil Blunsom Rcurrnt Continuous Translation Modls. In Procdings of Empirical Mthods in Natural Languag Procssing (EMNLP 2013). Ryan Kiros, Ruslan Salakhutdinov, and Rich Zml Multimodal Nural Languag Modls. In Procdings of th 31st Intrnational Confrnc on Machin Larning (ICML-14), pags T. Mikolov, S. Kombrink, A. Doras, and J. H. Burgt, L.and Crnocky RNNLM - Rcurrnt Nural Ntwork Languag Modling Toolkit. In 2011 IEEE Workshop on Automatic Spch Rcognition & Undrstanding (ASRU). IEEE Automatic Spch Rcognition and Undrstanding Workshop, Dcmbr. Andriy Mnih and Goffry Hinton Thr Nw Graphical Modls for Statistical Languag Modlling. In Procdings of th 24th Intrnational Confrnc on Machin Larning, pags R. Pascanu, C. Gulchr, K. Cho, and Y. Bngio How to Construct Dp Rcurrnt Nural Ntworks. ArXiv -prints, Dcmbr. Ilya Sutskvr, Oriol Vinyals, and Quoc V L Squnc to Squnc Larning with Nural Ntworks. In Advancs in Nural Information Procssing Systms (NIPS 2014), pags Oriol Vinyals, Alxandr Toshv, Samy Bngio, and Dumitru Erhan Show and Tll: A Nural Imag Caption Gnrator. In Th IEEE Confrnc on Computr Vision and Pattrn Rcognition (CVPR), Jun. Frank Wilcoxon Individual Comparisons by Ranking Mthods. Biomtrics Bulltin, 1 (6):80 83, Dc. K. Yao, T. Cohn, K. Vylomova, K. Duh, and C. Dyr Dpth-Gatd LSTM. ArXiv -prints, August.

Learning Spherical Convolution for Fast Features from 360 Imagery

Learning Spherical Convolution for Fast Features from 360 Imagery Larning Sphrical Convolution for Fast Faturs from 36 Imagry Anonymous Author(s) 3 4 5 6 7 8 9 3 4 5 6 7 8 9 3 4 5 6 7 8 9 3 3 3 33 34 35 In this fil w provid additional dtails to supplmnt th main papr

More information

Search sequence databases 3 10/25/2016

Search sequence databases 3 10/25/2016 Sarch squnc databass 3 10/25/2016 Etrm valu distribution Ø Suppos X is a random variabl with probability dnsity function p(, w sampl a larg numbr S of indpndnt valus of X from this distribution for an

More information

Full Waveform Inversion Using an Energy-Based Objective Function with Efficient Calculation of the Gradient

Full Waveform Inversion Using an Energy-Based Objective Function with Efficient Calculation of the Gradient Full Wavform Invrsion Using an Enrgy-Basd Objctiv Function with Efficint Calculation of th Gradint Itm yp Confrnc Papr Authors Choi, Yun Sok; Alkhalifah, ariq Ali Citation Choi Y, Alkhalifah (217) Full

More information

Recursive Estimation of Dynamic Time-Varying Demand Models

Recursive Estimation of Dynamic Time-Varying Demand Models Intrnational Confrnc on Computr Systms and chnologis - CompSysch 06 Rcursiv Estimation of Dynamic im-varying Dmand Modls Alxandr Efrmov Abstract: h papr prsnts an implmntation of a st of rcursiv algorithms

More information

3-2-1 ANN Architecture

3-2-1 ANN Architecture ARTIFICIAL NEURAL NETWORKS (ANNs) Profssor Tom Fomby Dpartmnt of Economics Soutrn Mtodist Univrsity Marc 008 Artificial Nural Ntworks (raftr ANNs) can b usd for itr prdiction or classification problms.

More information

Homotopy perturbation technique

Homotopy perturbation technique Comput. Mthods Appl. Mch. Engrg. 178 (1999) 257±262 www.lsvir.com/locat/cma Homotopy prturbation tchniqu Ji-Huan H 1 Shanghai Univrsity, Shanghai Institut of Applid Mathmatics and Mchanics, Shanghai 272,

More information

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17)

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17) MCB37: Physical Biology of th Cll Spring 207 Homwork 6: Ligand binding and th MWC modl of allostry (Du 3/23/7) Hrnan G. Garcia March 2, 207 Simpl rprssion In class, w drivd a mathmatical modl of how simpl

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 0 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat th

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH.

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH. C:\Dallas\0_Courss\03A_OpSci_67\0 Cgh_Book\0_athmaticalPrliminaris\0_0 Combath.doc of 8 COPUTER GENERATED HOLOGRAS Optical Scincs 67 W.J. Dallas (onday, April 04, 005, 8:35 A) PART I: CHAPTER TWO COB ATH

More information

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches.

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches. Subjct Chmistry Papr No and Titl Modul No and Titl Modul Tag 8/ Physical Spctroscopy / Brakdown of th Born-Oppnhimr approximation. Slction ruls for rotational-vibrational transitions. P, R branchs. CHE_P8_M

More information

arxiv: v2 [cs.cl] 12 Jun 2017

arxiv: v2 [cs.cl] 12 Jun 2017 Squnc-to-Squnc Modls Can Dirctly Translat Forign Spch Ron J. Wiss 1, Jan Chorowski 1, Navdp Jaitly 2, Yonghui Wu 1, Zhifng Chn 1 1 Googl Brain 2 Nvidia {ronw,chorowski}@googl.com, njaitly@nvidia.com, {yonghui,zhifngc}@googl.com

More information

Construction of asymmetric orthogonal arrays of strength three via a replacement method

Construction of asymmetric orthogonal arrays of strength three via a replacement method isid/ms/26/2 Fbruary, 26 http://www.isid.ac.in/ statmath/indx.php?modul=prprint Construction of asymmtric orthogonal arrays of strngth thr via a rplacmnt mthod Tian-fang Zhang, Qiaoling Dng and Alok Dy

More information

CE 530 Molecular Simulation

CE 530 Molecular Simulation CE 53 Molcular Simulation Lctur 8 Fr-nrgy calculations David A. Kofk Dpartmnt of Chmical Enginring SUNY Buffalo kofk@ng.buffalo.du 2 Fr-Enrgy Calculations Uss of fr nrgy Phas quilibria Raction quilibria

More information

A Sub-Optimal Log-Domain Decoding Algorithm for Non-Binary LDPC Codes

A Sub-Optimal Log-Domain Decoding Algorithm for Non-Binary LDPC Codes Procdings of th 9th WSEAS Intrnational Confrnc on APPLICATIONS of COMPUTER ENGINEERING A Sub-Optimal Log-Domain Dcoding Algorithm for Non-Binary LDPC Cods CHIRAG DADLANI and RANJAN BOSE Dpartmnt of Elctrical

More information

Einstein Equations for Tetrad Fields

Einstein Equations for Tetrad Fields Apiron, Vol 13, No, Octobr 006 6 Einstin Equations for Ttrad Filds Ali Rıza ŞAHİN, R T L Istanbul (Turky) Evry mtric tnsor can b xprssd by th innr product of ttrad filds W prov that Einstin quations for

More information

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002 3.4 Forc Analysis of Linkas An undrstandin of forc analysis of linkas is rquird to: Dtrmin th raction forcs on pins, tc. as a consqunc of a spcifid motion (don t undrstimat th sinificanc of dynamic or

More information

Finite Element Model of a Ferroelectric

Finite Element Model of a Ferroelectric Excrpt from th Procdings of th COMSOL Confrnc 200 Paris Finit Elmnt Modl of a Frrolctric A. Lópz, A. D Andrés and P. Ramos * GRIFO. Dpartamnto d Elctrónica, Univrsidad d Alcalá. Alcalá d Hnars. Madrid,

More information

First derivative analysis

First derivative analysis Robrto s Nots on Dirntial Calculus Chaptr 8: Graphical analysis Sction First drivativ analysis What you nd to know alrady: How to us drivativs to idntiy th critical valus o a unction and its trm points

More information

Mor Tutorial at www.dumblittldoctor.com Work th problms without a calculator, but us a calculator to chck rsults. And try diffrntiating your answrs in part III as a usful chck. I. Applications of Intgration

More information

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012 Th van dr Waals intraction D. E. Sopr 2 Univrsity of Orgon 20 pril 202 Th van dr Waals intraction is discussd in Chaptr 5 of J. J. Sakurai, Modrn Quantum Mchanics. Hr I tak a look at it in a littl mor

More information

That is, we start with a general matrix: And end with a simpler matrix:

That is, we start with a general matrix: And end with a simpler matrix: DIAGON ALIZATION OF THE STR ESS TEN SOR INTRO DUCTIO N By th us of Cauchy s thorm w ar abl to rduc th numbr of strss componnts in th strss tnsor to only nin valus. An additional simplification of th strss

More information

The influence of electron trap on photoelectron decay behavior in silver halide

The influence of electron trap on photoelectron decay behavior in silver halide Th influnc of lctron trap on photolctron dcay bhavior in silvr halid Rongjuan Liu, Xiaowi Li 1, Xiaodong Tian, Shaopng Yang and Guangshng Fu Collg of Physics Scinc and Tchnology, Hbi Univrsity, Baoding,

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 07 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat

More information

A Propagating Wave Packet Group Velocity Dispersion

A Propagating Wave Packet Group Velocity Dispersion Lctur 8 Phys 375 A Propagating Wav Packt Group Vlocity Disprsion Ovrviw and Motivation: In th last lctur w lookd at a localizd solution t) to th 1D fr-particl Schrödingr quation (SE) that corrsponds to

More information

MA 262, Spring 2018, Final exam Version 01 (Green)

MA 262, Spring 2018, Final exam Version 01 (Green) MA 262, Spring 218, Final xam Vrsion 1 (Grn) INSTRUCTIONS 1. Switch off your phon upon ntring th xam room. 2. Do not opn th xam booklt until you ar instructd to do so. 3. Bfor you opn th booklt, fill in

More information

Machine Detector Interface Workshop: ILC-SLAC, January 6-8, 2005.

Machine Detector Interface Workshop: ILC-SLAC, January 6-8, 2005. Intrnational Linar Collidr Machin Dtctor Intrfac Workshop: ILCSLAC, January 68, 2005. Prsntd by Brtt Parkr, BNLSMD Mssag: Tools ar now availabl to optimiz IR layout with compact suprconducting quadrupols

More information

Hydrogen Atom and One Electron Ions

Hydrogen Atom and One Electron Ions Hydrogn Atom and On Elctron Ions Th Schrödingr quation for this two-body problm starts out th sam as th gnral two-body Schrödingr quation. First w sparat out th motion of th cntr of mass. Th intrnal potntial

More information

Forces. Quantum ElectroDynamics. α = = We have now:

Forces. Quantum ElectroDynamics. α = = We have now: W hav now: Forcs Considrd th gnral proprtis of forcs mdiatd by xchang (Yukawa potntial); Examind consrvation laws which ar obyd by (som) forcs. W will nxt look at thr forcs in mor dtail: Elctromagntic

More information

What are those βs anyway? Understanding Design Matrix & Odds ratios

What are those βs anyway? Understanding Design Matrix & Odds ratios Ral paramtr stimat WILD 750 - Wildlif Population Analysis of 6 What ar thos βs anyway? Undrsting Dsign Matrix & Odds ratios Rfrncs Hosmr D.W.. Lmshow. 000. Applid logistic rgrssion. John Wily & ons Inc.

More information

Title: Vibrational structure of electronic transition

Title: Vibrational structure of electronic transition Titl: Vibrational structur of lctronic transition Pag- Th band spctrum sn in th Ultra-Violt (UV) and visibl (VIS) rgions of th lctromagntic spctrum can not intrprtd as vibrational and rotational spctrum

More information

Engineering 323 Beautiful HW #13 Page 1 of 6 Brown Problem 5-12

Engineering 323 Beautiful HW #13 Page 1 of 6 Brown Problem 5-12 Enginring Bautiful HW #1 Pag 1 of 6 5.1 Two componnts of a minicomputr hav th following joint pdf for thir usful liftims X and Y: = x(1+ x and y othrwis a. What is th probability that th liftim X of th

More information

Transitional Probability Model for a Serial Phases in Production

Transitional Probability Model for a Serial Phases in Production Jurnal Karya Asli Lorkan Ahli Matmatik Vol. 3 No. 2 (2010) pag 49-54. Jurnal Karya Asli Lorkan Ahli Matmatik Transitional Probability Modl for a Srial Phass in Production Adam Baharum School of Mathmatical

More information

Solution of Assignment #2

Solution of Assignment #2 olution of Assignmnt #2 Instructor: Alirza imchi Qustion #: For simplicity, assum that th distribution function of T is continuous. Th distribution function of R is: F R ( r = P( R r = P( log ( T r = P(log

More information

Application of Vague Soft Sets in students evaluation

Application of Vague Soft Sets in students evaluation Availabl onlin at www.plagiarsarchlibrary.com Advancs in Applid Scinc Rsarch, 0, (6):48-43 ISSN: 0976-860 CODEN (USA): AASRFC Application of Vagu Soft Sts in studnts valuation B. Chtia*and P. K. Das Dpartmnt

More information

ON ERROR RESILIENT DESIGN OF PREDICTIVE SCALABLE CODING SYSTEMS. Ahmed ElShafiy, Tejaswi Nanjundaswamy, Sina Zamani, Kenneth Rose

ON ERROR RESILIENT DESIGN OF PREDICTIVE SCALABLE CODING SYSTEMS. Ahmed ElShafiy, Tejaswi Nanjundaswamy, Sina Zamani, Kenneth Rose ON RROR RSILINT DSIGN OF PRDICTIV SCALABL CODING SYSTMS Ahmd lshafiy Tjaswi Nanjundaswamy Sina Zamani Knnth Ros Dpartmnt of lctrical and Computr nginring Univrsity of California Santa Barbara CA 93106

More information

Elements of Statistical Thermodynamics

Elements of Statistical Thermodynamics 24 Elmnts of Statistical Thrmodynamics Statistical thrmodynamics is a branch of knowldg that has its own postulats and tchniqus. W do not attmpt to giv hr vn an introduction to th fild. In this chaptr,

More information

EXST Regression Techniques Page 1

EXST Regression Techniques Page 1 EXST704 - Rgrssion Tchniqus Pag 1 Masurmnt rrors in X W hav assumd that all variation is in Y. Masurmnt rror in this variabl will not ffct th rsults, as long as thy ar uncorrlatd and unbiasd, sinc thy

More information

Koch Fractal Boundary Single feed Circularly Polarized Microstrip Antenna

Koch Fractal Boundary Single feed Circularly Polarized Microstrip Antenna 1 Journal of Microwavs, Optolctronics and Elctromagntic Applications, Vol. 6, No. 2, Dcmbr 2007 406 Koch Fractal Boundary Singl fd Circularly Polarizd Microstrip Antnna P. Nagswara Rao and N. V. S.N Sarma

More information

Higher order derivatives

Higher order derivatives Robrto s Nots on Diffrntial Calculus Chaptr 4: Basic diffrntiation ruls Sction 7 Highr ordr drivativs What you nd to know alrady: Basic diffrntiation ruls. What you can larn hr: How to rpat th procss of

More information

Rational Approximation for the one-dimensional Bratu Equation

Rational Approximation for the one-dimensional Bratu Equation Intrnational Journal of Enginring & Tchnology IJET-IJES Vol:3 o:05 5 Rational Approximation for th on-dimnsional Bratu Equation Moustafa Aly Soliman Chmical Enginring Dpartmnt, Th British Univrsity in

More information

Procdings of IC-IDC0 ( and (, ( ( and (, and (f ( and (, rspctivly. If two input signals ar compltly qual, phas spctra of two signals ar qual. That is

Procdings of IC-IDC0 ( and (, ( ( and (, and (f ( and (, rspctivly. If two input signals ar compltly qual, phas spctra of two signals ar qual. That is Procdings of IC-IDC0 EFFECTS OF STOCHASTIC PHASE SPECTRUM DIFFERECES O PHASE-OLY CORRELATIO FUCTIOS PART I: STATISTICALLY COSTAT PHASE SPECTRUM DIFFERECES FOR FREQUECY IDICES Shunsu Yamai, Jun Odagiri,

More information

Answer Homework 5 PHA5127 Fall 1999 Jeff Stark

Answer Homework 5 PHA5127 Fall 1999 Jeff Stark Answr omwork 5 PA527 Fall 999 Jff Stark A patint is bing tratd with Drug X in a clinical stting. Upon admiion, an IV bolus dos of 000mg was givn which yildd an initial concntration of 5.56 µg/ml. A fw

More information

Statistical Thermodynamics: Sublimation of Solid Iodine

Statistical Thermodynamics: Sublimation of Solid Iodine c:374-7-ivap-statmch.docx mar7 Statistical Thrmodynamics: Sublimation of Solid Iodin Chm 374 For March 3, 7 Prof. Patrik Callis Purpos:. To rviw basic fundamntals idas of Statistical Mchanics as applid

More information

Computing and Communications -- Network Coding

Computing and Communications -- Network Coding 89 90 98 00 Computing and Communications -- Ntwork Coding Dr. Zhiyong Chn Institut of Wirlss Communications Tchnology Shanghai Jiao Tong Univrsity China Lctur 5- Nov. 05 0 Classical Information Thory Sourc

More information

3 Noisy Channel model

3 Noisy Channel model 3 Noisy Channl modl W obsrv a distortd mssag R (forign string f). W hav a modl on how th mssag is distortd (translation modl t(f )) and also a modl on which original mssags ar probabl (languag modl p()).

More information

surface of a dielectric-metal interface. It is commonly used today for discovering the ways in

surface of a dielectric-metal interface. It is commonly used today for discovering the ways in Surfac plasmon rsonanc is snsitiv mchanism for obsrving slight changs nar th surfac of a dilctric-mtal intrfac. It is commonl usd toda for discovring th was in which protins intract with thir nvironmnt,

More information

On the Hamiltonian of a Multi-Electron Atom

On the Hamiltonian of a Multi-Electron Atom On th Hamiltonian of a Multi-Elctron Atom Austn Gronr Drxl Univrsity Philadlphia, PA Octobr 29, 2010 1 Introduction In this papr, w will xhibit th procss of achiving th Hamiltonian for an lctron gas. Making

More information

VII. Quantum Entanglement

VII. Quantum Entanglement VII. Quantum Entanglmnt Quantum ntanglmnt is a uniqu stat of quantum suprposition. It has bn studid mainly from a scintific intrst as an vidnc of quantum mchanics. Rcntly, it is also bing studid as a basic

More information

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved.

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved. 6.1 Intgration by Parts and Prsnt Valu Copyright Cngag Larning. All rights rsrvd. Warm-Up: Find f () 1. F() = ln(+1). F() = 3 3. F() =. F() = ln ( 1) 5. F() = 6. F() = - Objctivs, Day #1 Studnts will b

More information

Image Filtering: Noise Removal, Sharpening, Deblurring. Yao Wang Polytechnic University, Brooklyn, NY11201

Image Filtering: Noise Removal, Sharpening, Deblurring. Yao Wang Polytechnic University, Brooklyn, NY11201 Imag Filtring: Nois Rmoval, Sharpning, Dblurring Yao Wang Polytchnic Univrsity, Brooklyn, NY http://wb.poly.du/~yao Outlin Nois rmoval by avraging iltr Nois rmoval by mdian iltr Sharpning Edg nhancmnt

More information

Chapter 6. The Discrete Fourier Transform and The Fast Fourier Transform

Chapter 6. The Discrete Fourier Transform and The Fast Fourier Transform Pusan ational Univrsity Chaptr 6. Th Discrt Fourir Transform and Th Fast Fourir Transform 6. Introduction Frquncy rsponss of discrt linar tim invariant systms ar rprsntd by Fourir transform or z-transforms.

More information

Brief on APSCO Data Sharing Service Platform Project

Brief on APSCO Data Sharing Service Platform Project Brif on APSCO Data Sharing Srvic Platform Projct Bijing China, Novmbr, 2012 Origin - Originally, this projct proposal was put forward during th First Exprt Group Mting on Futur Plan (EGMFP-1) of Spac Activitis

More information

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis Middl East Tchnical Univrsity Dpartmnt of Mchanical Enginring ME 43 Introduction to Finit Elmnt Analysis Chaptr 3 Computr Implmntation of D FEM Ths nots ar prpard by Dr. Cünyt Srt http://www.m.mtu.du.tr/popl/cunyt

More information

Physical Organization

Physical Organization Lctur usbasd symmtric multiprocssors (SM s): combin both aspcts Compilr support? rchitctural support? Static and dynamic locality of rfrnc ar critical for high prformanc M I M ccss to local mmory is usually

More information

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list.

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list. 3 3 4 8 6 3 3 4 8 6 3 3 4 8 6 () (d) 3 Sarching Linkd Lists Sarching Linkd Lists Sarching Linkd Lists ssum th list is sortd, but is stord in a linkd list. an w us binary sarch? omparisons? Work? What if

More information

Problem Set 6 Solutions

Problem Set 6 Solutions 6.04/18.06J Mathmatics for Computr Scinc March 15, 005 Srini Dvadas and Eric Lhman Problm St 6 Solutions Du: Monday, March 8 at 9 PM in Room 3-044 Problm 1. Sammy th Shark is a financial srvic providr

More information

Collisions between electrons and ions

Collisions between electrons and ions DRAFT 1 Collisions btwn lctrons and ions Flix I. Parra Rudolf Pirls Cntr for Thortical Physics, Unirsity of Oxford, Oxford OX1 NP, UK This rsion is of 8 May 217 1. Introduction Th Fokkr-Planck collision

More information

Estimation of apparent fraction defective: A mathematical approach

Estimation of apparent fraction defective: A mathematical approach Availabl onlin at www.plagiarsarchlibrary.com Plagia Rsarch Library Advancs in Applid Scinc Rsarch, 011, (): 84-89 ISSN: 0976-8610 CODEN (USA): AASRFC Estimation of apparnt fraction dfctiv: A mathmatical

More information

1 Isoparametric Concept

1 Isoparametric Concept UNIVERSITY OF CALIFORNIA BERKELEY Dpartmnt of Civil Enginring Spring 06 Structural Enginring, Mchanics and Matrials Profssor: S. Govindj Nots on D isoparamtric lmnts Isoparamtric Concpt Th isoparamtric

More information

ph People Grade Level: basic Duration: minutes Setting: classroom or field site

ph People Grade Level: basic Duration: minutes Setting: classroom or field site ph Popl Adaptd from: Whr Ar th Frogs? in Projct WET: Curriculum & Activity Guid. Bozman: Th Watrcours and th Council for Environmntal Education, 1995. ph Grad Lvl: basic Duration: 10 15 minuts Stting:

More information

Progressive Boosting for Class Imbalance and Its Application to Face Re-Identification

Progressive Boosting for Class Imbalance and Its Application to Face Re-Identification Progrssiv Boosting for Class Imbalanc and Its Application to Fac R-Idntification Roghayh Solymani a,, Eric Grangr a, Giorgio Fumra b a Laboratoir d imagri, d vision t d intllignc artificill, Écol d tchnologi

More information

Molecular Orbitals in Inorganic Chemistry

Molecular Orbitals in Inorganic Chemistry Outlin olcular Orbitals in Inorganic Chmistry Dr. P. Hunt p.hunt@imprial.ac.uk Rm 167 (Chmistry) http://www.ch.ic.ac.uk/hunt/ octahdral complxs forming th O diagram for Oh colour, slction ruls Δoct, spctrochmical

More information

Evaluating Reliability Systems by Using Weibull & New Weibull Extension Distributions Mushtak A.K. Shiker

Evaluating Reliability Systems by Using Weibull & New Weibull Extension Distributions Mushtak A.K. Shiker Evaluating Rliability Systms by Using Wibull & Nw Wibull Extnsion Distributions Mushtak A.K. Shikr مشتاق عبذ الغني شخير Univrsity of Babylon, Collg of Education (Ibn Hayan), Dpt. of Mathmatics Abstract

More information

Applied Statistics II - Categorical Data Analysis Data analysis using Genstat - Exercise 2 Logistic regression

Applied Statistics II - Categorical Data Analysis Data analysis using Genstat - Exercise 2 Logistic regression Applid Statistics II - Catgorical Data Analysis Data analysis using Gnstat - Exrcis 2 Logistic rgrssion Analysis 2. Logistic rgrssion for a 2 x k tabl. Th tabl blow shows th numbr of aphids aliv and dad

More information

AS 5850 Finite Element Analysis

AS 5850 Finite Element Analysis AS 5850 Finit Elmnt Analysis Two-Dimnsional Linar Elasticity Instructor Prof. IIT Madras Equations of Plan Elasticity - 1 displacmnt fild strain- displacmnt rlations (infinitsimal strain) in matrix form

More information

Numerical considerations regarding the simulation of an aircraft in the approaching phase for landing

Numerical considerations regarding the simulation of an aircraft in the approaching phase for landing INCAS BULLETIN, Volum, Numbr 1/ 1 Numrical considrations rgarding th simulation of an aircraft in th approaching phas for landing Ionl Cristinl IORGA ionliorga@yahoo.com Univrsity of Craiova, Alxandru

More information

u 3 = u 3 (x 1, x 2, x 3 )

u 3 = u 3 (x 1, x 2, x 3 ) Lctur 23: Curvilinar Coordinats (RHB 8.0 It is oftn convnint to work with variabls othr than th Cartsian coordinats x i ( = x, y, z. For xampl in Lctur 5 w mt sphrical polar and cylindrical polar coordinats.

More information

Two Products Manufacturer s Production Decisions with Carbon Constraint

Two Products Manufacturer s Production Decisions with Carbon Constraint Managmnt Scinc and Enginring Vol 7 No 3 pp 3-34 DOI:3968/jms9335X374 ISSN 93-34 [Print] ISSN 93-35X [Onlin] wwwcscanadant wwwcscanadaorg Two Products Manufacturr s Production Dcisions with Carbon Constraint

More information

Word Semantic Similarity based on document s title

Word Semantic Similarity based on document s title Word Smantic Similarity basd on documnt s titl Mohamd Said Hamani Dpartmnt of STIC Univrsity of M sila M sila, Algria saidhamani@hotmail.com Ramdan Maamri Lir Laboratory Univrsity of Constantin Constantin,

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN Intrnational Journal of Scintific & Enginring Rsarch, Volum 6, Issu 7, July-25 64 ISSN 2229-558 HARATERISTIS OF EDGE UTSET MATRIX OF PETERSON GRAPH WITH ALGEBRAI GRAPH THEORY Dr. G. Nirmala M. Murugan

More information

Extraction of Doping Density Distributions from C-V Curves

Extraction of Doping Density Distributions from C-V Curves Extraction of Doping Dnsity Distributions from C-V Curvs Hartmut F.-W. Sadrozinski SCIPP, Univ. California Santa Cruz, Santa Cruz, CA 9564 USA 1. Connction btwn C, N, V Start with Poisson quation d V =

More information

Einstein Rosen inflationary Universe in general relativity

Einstein Rosen inflationary Universe in general relativity PRAMANA c Indian Acadmy of Scincs Vol. 74, No. 4 journal of April 2010 physics pp. 669 673 Einstin Rosn inflationary Univrs in gnral rlativity S D KATORE 1, R S RANE 2, K S WANKHADE 2, and N K SARKATE

More information

Robust surface-consistent residual statics and phase correction part 2

Robust surface-consistent residual statics and phase correction part 2 Robust surfac-consistnt rsidual statics and phas corrction part 2 Ptr Cary*, Nirupama Nagarajappa Arcis Sismic Solutions, A TGS Company, Calgary, Albrta, Canada. Summary In land AVO procssing, nar-surfac

More information

General Notes About 2007 AP Physics Scoring Guidelines

General Notes About 2007 AP Physics Scoring Guidelines AP PHYSICS C: ELECTRICITY AND MAGNETISM 2007 SCORING GUIDELINES Gnral Nots About 2007 AP Physics Scoring Guidlins 1. Th solutions contain th most common mthod of solving th fr-rspons qustions and th allocation

More information

Davisson Germer experiment

Davisson Germer experiment Announcmnts: Davisson Grmr xprimnt Homwork st 5 is today. Homwork st 6 will b postd latr today. Mad a good guss about th Nobl Priz for 2013 Clinton Davisson and Lstr Grmr. Davisson won Nobl Priz in 1937.

More information

A Recognition and Verification Strategy for Handwritten Word Recognition

A Recognition and Verification Strategy for Handwritten Word Recognition A Rcognition and Vrification Stratgy for Handwrittn Word Rcognition M. Morita 1,2, R. Sabourin 1 3, F. Bortolozzi 3 and C. Y. Sun 2 1 Écol d Tchnologi Supériur, Montral, Canada 2 Cntr for Pattrn Rcognition

More information

COMPUTATION OF AVAILABLE TRANSFER CAPABILITY INCORPORATING EFFECT OF REACTIVE POWER AND LOSSES USING COMPLEX NEURAL NETWORK

COMPUTATION OF AVAILABLE TRANSFER CAPABILITY INCORPORATING EFFECT OF REACTIVE POWER AND LOSSES USING COMPLEX NEURAL NETWORK 2006-2009 Asian Rsarch Publishing Ntwor (ARPN). All rights rsrvd. www.arpnournals.com COMPUTATION OF AVAILABLE TRANSFER CAPABILITY INCORPORATING EFFECT OF REACTIVE POWER AND LOSSES USING COMPLEX NEURAL

More information

Category Theory Approach to Fusion of Wavelet-Based Features

Category Theory Approach to Fusion of Wavelet-Based Features Catgory Thory Approach to Fusion of Wavlt-Basd Faturs Scott A. DLoach Air Forc Institut of Tchnology Dpartmnt of Elctrical and Computr Enginring Wright-Pattrson AFB, Ohio 45433 Scott.DLoach@afit.af.mil

More information

A Prey-Predator Model with an Alternative Food for the Predator, Harvesting of Both the Species and with A Gestation Period for Interaction

A Prey-Predator Model with an Alternative Food for the Predator, Harvesting of Both the Species and with A Gestation Period for Interaction Int. J. Opn Problms Compt. Math., Vol., o., Jun 008 A Pry-Prdator Modl with an Altrnativ Food for th Prdator, Harvsting of Both th Spcis and with A Gstation Priod for Intraction K. L. arayan and. CH. P.

More information

2.3 Matrix Formulation

2.3 Matrix Formulation 23 Matrix Formulation 43 A mor complicatd xampl ariss for a nonlinar systm of diffrntial quations Considr th following xampl Exampl 23 x y + x( x 2 y 2 y x + y( x 2 y 2 (233 Transforming to polar coordinats,

More information

Chemical Physics II. More Stat. Thermo Kinetics Protein Folding...

Chemical Physics II. More Stat. Thermo Kinetics Protein Folding... Chmical Physics II Mor Stat. Thrmo Kintics Protin Folding... http://www.nmc.ctc.com/imags/projct/proj15thumb.jpg http://nuclarwaponarchiv.org/usa/tsts/ukgrabl2.jpg http://www.photolib.noaa.gov/corps/imags/big/corp1417.jpg

More information

Abstract Interpretation. Lecture 5. Profs. Aiken, Barrett & Dill CS 357 Lecture 5 1

Abstract Interpretation. Lecture 5. Profs. Aiken, Barrett & Dill CS 357 Lecture 5 1 Abstract Intrprtation 1 History On brakthrough papr Cousot & Cousot 77 (?) Inspird by Dataflow analysis Dnotational smantics Enthusiastically mbracd by th community At last th functional community... At

More information

ECE602 Exam 1 April 5, You must show ALL of your work for full credit.

ECE602 Exam 1 April 5, You must show ALL of your work for full credit. ECE62 Exam April 5, 27 Nam: Solution Scor: / This xam is closd-book. You must show ALL of your work for full crdit. Plas rad th qustions carfully. Plas chck your answrs carfully. Calculators may NOT b

More information

San José State University Aerospace Engineering AE 138 Vector-Based Dynamics for Aerospace Applications, Fall 2016

San José State University Aerospace Engineering AE 138 Vector-Based Dynamics for Aerospace Applications, Fall 2016 San José Stat Univrsity Arospac Enginring AE 138 Vctor-Basd Dynamics for Arospac Applications, Fall 2016 Instructor: Offic Location: Email: Offic Hours: Class Days/Tim: Classroom: Prof. J.M. Huntr E272F

More information

Lecture 13: Conformational Sampling: MC and MD

Lecture 13: Conformational Sampling: MC and MD Statistical Thrmodynamics Lctur 13: Conformational Sampling: MC and MD Dr. Ronald M. Lvy ronlvy@tmpl.du Contributions from Mik Andrc and Danil Winstock Importanc Sampling and Mont Carlo Mthods Enrgy functions

More information

Note If the candidate believes that e x = 0 solves to x = 0 or gives an extra solution of x = 0, then withhold the final accuracy mark.

Note If the candidate believes that e x = 0 solves to x = 0 or gives an extra solution of x = 0, then withhold the final accuracy mark. . (a) Eithr y = or ( 0, ) (b) Whn =, y = ( 0 + ) = 0 = 0 ( + ) = 0 ( )( ) = 0 Eithr = (for possibly abov) or = A 3. Not If th candidat blivs that = 0 solvs to = 0 or givs an tra solution of = 0, thn withhold

More information

GEOMETRICAL PHENOMENA IN THE PHYSICS OF SUBATOMIC PARTICLES. Eduard N. Klenov* Rostov-on-Don, Russia

GEOMETRICAL PHENOMENA IN THE PHYSICS OF SUBATOMIC PARTICLES. Eduard N. Klenov* Rostov-on-Don, Russia GEOMETRICAL PHENOMENA IN THE PHYSICS OF SUBATOMIC PARTICLES Eduard N. Klnov* Rostov-on-Don, Russia Th articl considrs phnomnal gomtry figurs bing th carrirs of valu spctra for th pairs of th rmaining additiv

More information

ELECTRON-NEUTRINOS, v e. G. R. Kalbfleisch Brookhaven National Laboratory ABSTRACT

ELECTRON-NEUTRINOS, v e. G. R. Kalbfleisch Brookhaven National Laboratory ABSTRACT -1- SS -121 2251 ELECTRON-NEUTRINOS, v G. R. Kalbflisch Brookhavn National Laboratory ABSTRACT Elctron (rathr than muon) nutrino intractions ar proprly th ons to us in comparing rsults with -p intractions.

More information

Preprocessing on bilingual data for Statistical Machine Translation

Preprocessing on bilingual data for Statistical Machine Translation Prprocssing on bilingual data for Statistical Machin Translation Tabl of contnts 1 INTRODUCTION... 3 1.1 MACHINE TRANSLATION... 3 1.2 SMT, ALIGNMENT AND PREPROCESSING... 5 1.3 OVERVIEW OF FURTHER CHAPTERS...

More information

1 Minimum Cut Problem

1 Minimum Cut Problem CS 6 Lctur 6 Min Cut and argr s Algorithm Scribs: Png Hui How (05), Virginia Dat: May 4, 06 Minimum Cut Problm Today, w introduc th minimum cut problm. This problm has many motivations, on of which coms

More information

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation.

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation. Lur 7 Fourir Transforms and th Wav Euation Ovrviw and Motivation: W first discuss a fw faturs of th Fourir transform (FT), and thn w solv th initial-valu problm for th wav uation using th Fourir transform

More information

Finite element discretization of Laplace and Poisson equations

Finite element discretization of Laplace and Poisson equations Finit lmnt discrtization of Laplac and Poisson quations Yashwanth Tummala Tutor: Prof S.Mittal 1 Outlin Finit Elmnt Mthod for 1D Introduction to Poisson s and Laplac s Equations Finit Elmnt Mthod for 2D-Discrtization

More information

Calculus concepts derivatives

Calculus concepts derivatives All rasonabl fforts hav bn mad to mak sur th nots ar accurat. Th author cannot b hld rsponsibl for any damags arising from th us of ths nots in any fashion. Calculus concpts drivativs Concpts involving

More information

Coupled Pendulums. Two normal modes.

Coupled Pendulums. Two normal modes. Tim Dpndnt Two Stat Problm Coupld Pndulums Wak spring Two normal mods. No friction. No air rsistanc. Prfct Spring Start Swinging Som tim latr - swings with full amplitud. stationary M +n L M +m Elctron

More information

Sliding Mode Flow Rate Observer Design

Sliding Mode Flow Rate Observer Design Sliding Mod Flow Rat Obsrvr Dsign Song Liu and Bin Yao School of Mchanical Enginring, Purdu Univrsity, Wst Lafaytt, IN797, USA liu(byao)@purdudu Abstract Dynamic flow rat information is ndd in a lot of

More information

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0 unction Spacs Prrquisit: Sction 4.7, Coordinatization n this sction, w apply th tchniqus of Chaptr 4 to vctor spacs whos lmnts ar functions. Th vctor spacs P n and P ar familiar xampls of such spacs. Othr

More information

Lecture 37 (Schrödinger Equation) Physics Spring 2018 Douglas Fields

Lecture 37 (Schrödinger Equation) Physics Spring 2018 Douglas Fields Lctur 37 (Schrödingr Equation) Physics 6-01 Spring 018 Douglas Filds Rducd Mass OK, so th Bohr modl of th atom givs nrgy lvls: E n 1 k m n 4 But, this has on problm it was dvlopd assuming th acclration

More information

UNTYPED LAMBDA CALCULUS (II)

UNTYPED LAMBDA CALCULUS (II) 1 UNTYPED LAMBDA CALCULUS (II) RECALL: CALL-BY-VALUE O.S. Basic rul Sarch ruls: (\x.) v [v/x] 1 1 1 1 v v CALL-BY-VALUE EVALUATION EXAMPLE (\x. x x) (\y. y) x x [\y. y / x] = (\y. y) (\y. y) y [\y. y /

More information

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis Middl East Tchnical Univrsity Dpartmnt of Mchanical Enginring ME Introduction to Finit Elmnt Analysis Chaptr 5 Two-Dimnsional Formulation Ths nots ar prpard by Dr. Cünyt Srt http://www.m.mtu.du.tr/popl/cunyt

More information

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator.

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator. Exam N a m : _ S O L U T I O N P U I D : I n s t r u c t i o n s : It is important that you clarly show your work and mark th final answr clarly, closd book, closd nots, no calculator. T i m : h o u r

More information