Complete Solution to Potential and E-Field of a sphere of radius R and a charge density ρ[r] = CC r 2 and r n

Size: px
Start display at page:

Download "Complete Solution to Potential and E-Field of a sphere of radius R and a charge density ρ[r] = CC r 2 and r n"

Transcription

1 Complete Solution to Potential and E-Field of a sphee of adius R and a chage density ρ[] = CC 2 and n Deive the electic field and electic potential both inside and outside of a sphee of adius R with a adially symmetic chage distibution given by ρ[] = CC 2. Use M as much as possible - some deivation by hand is usually needed. (a) Fist, fo ρ[] = CC 2, detemine the total chage Qinside[] contained within the symmetically placed sphee of adius R In[61]:= (* Input cell *) CleaAll["`*"] ρ[_] = CC 2 ; Out[63]= Qinside[_] = ρ[] π pime 2 dpime 0 CC π 5 3 (b) Find the total chage Qtotal contained in the entie sphee: We find Qtotal by evaluating Qinside at = R: In[6]:= (* Input cell *) Qtotal = Qinside[R] Out[6]= 3 CC π R5 (c) Detemine the E field EE[] fo all ; Use the above Q functions and take advantage of the spheical symmety. (This is a text cell -- Type in you deivation)

2 2 MODULE-SOLUTION-ABSOLUTE-FINAL-ho-CC-2-AND-n-ChagedSphee-V-and-E-vs--READY-FOR-WEB-PAGE-UPLOAD-1-1.nb We use Gauss's Law. Fo spheical symmety whee ρ depends only on, Gauss's Law simplifies to the following: (i) Outside, the E-field at >= R will look like that of a point chage with magnitude Qtotal. (ii) Inside, the E-field at <= R will be dependent only on the chage inside a sphee of adius, i.e., Qinside[]. This Q will look like a point chage at the oigin with magnitude Qinside[]. Both fields will be adial. these statements: If not convinced go to this site; it will einfoce ou undestanding of They also discuss in detail the case whee the chage is distibuted unifomly thoughout the sphee, i.e., ρ is a constant, i.e., popotional to o = 1). (i) implies OUTSIDE: EEoutside[] = k Qtotal " 2 (ii) implies INSIDE: EEinside[] = k Qinside[] " 1 whee k = 2 π ϵ o (d) Ente expessions in an input cell fo the magnitudes of the E fields inside and outside the sphee using Qtotal and Qinside[]; these ae functions that you found above. Note: M emembes the Qtotal and Qinside[] functions once the cells defining them (above) ae executed. In[65]:= (* Input cell *) Out[65]= Out[66]= EEoutside[_] = EEinside[_] = CC k π R CC k π 3 3 k Qtotal 2 (* magnitude only *) k Qinside[] 2 (* magnitude only *) (e and f) Use the above E-fields to find Voutside[] and Vinside[]. (I enteed a bunch of assumptions to make M happy. BTW: I m being sloppy about things like > R vs. >= R. To M: No Big Deal. I usually, but not always, stick in the = sign). (e) Fist, Voutside[], >= R We stat with V[] - V[ ] = - E[pime] dpime, whee pime is a dummy vaiable. [this expession is the wok pe unit chage to move a test chage fom infinity to the position. Just a

3 MODULE-SOLUTION-ABSOLUTE-FINAL-ho-CC-2-AND-n-ChagedSphee-V-and-E-vs--READY-FOR-WEB-PAGE-UPLOAD-1-1.nb 3 expession is the wok pe unit chage to move a test chage fom infinity to the position. Just a eminde -- this all holds fo adial dependent functions. NOTE - sign. If you ae toubled by this, go hee: http : // ~acosta/ phy2061/ lectues/ ElecticPotential.pdf Theefoe, to find Voutside we fom the following integal (magnitude only) Voutside[] = - EEoutside[pime] dpime = - k Qtotal pime 2 dpime. pime is a dummy vaiable. In[67]:= (* Input cell *) $Assumptions = (R pime ) && pime Reals && Reals && R; Voutside[_] = - EEoutside[pime] dpime (* EEoutside[] is defined above *) Out[68]= CC k π R 5 3 (f) Now find Vinside[] <= R. To find Vinside we integate the Eoutside[] fom to R (which equals Voutside[R]) and then integate Einside[] fom R to ; I call this contibution Vinsideonly[] (of couse we inset the - sign). Add the two togethe. The limits on these integals ae consistent with moving the test chage fom to an inside the sphee, < R. Note: I have changed the assumptions to aid the Vinsideonly[] integation. Recommend using Simplify nea o at end. In[69]:= (* Input cell *) $Assumptions = ( 0 pime R) && pime Reals && ( 0 R) && Reals; Vinsideonly[_] = - EEinside[pime] dpime R Vinside[_] = Voutside[R] + Vinsideonly[]; Vinside[_] = % // Simplify Out[70]= - 3 CC k π - R Out[72]= CC k π - 5 R (g) Put the two togethe with an If statement like this: VV[_] = If[ R, Voutside[], If[ R, Vinside[]]], which defines the potential fo all. In[73]:= (* Input cell Done fo you: *) VV[_] = If[ R, Voutside[], If[ R, Vinside[]]];

4 MODULE-SOLUTION-ABSOLUTE-FINAL-ho-CC-2-AND-n-ChagedSphee-V-and-E-vs--READY-FOR-WEB-PAGE-UPLOAD-1-1.nb (h) Do the same fo E: call it EE[_] (using anothe If statement) In[7]:= (* Input cell Done fo you: *) EE[_] = If[ R, EEoutside[], If[ R, EEinside[]]]; (i) Plot VV[] and EE[] togethe. (I used Show) Don t foget you have to give values fo k, CC, and R fo M to plot. I used: k = 1; CC = 1; R = 1; In[75]:= (* Input cell *) k = 1; CC = 1; R = 1; pp = Plot[{EE[], VV[]}, {, 0, 6}, PlotRange {{0, 6}, {0, 6}}, PlotLegends {"EE[]", "V[]"}]; line = Gaphics[Line[{{R, 0}, {R, 6}}]]; Show[pp, line, PlotRange {{0, 6}, {0, 6}}] (* The vetical line shows the edge of the sphee, = R *) 6 5 Out[78]= 3 2 EE[] V[] (j) I d now like to exploe V and E fo ρ[] = CC n whee we can vay n. CHARGE DISTRIBUTION ρ[]! Reminde: this is the n in the I ve combined all the cells used above and have done the heavy lifting fo you on the Manipulate which allows you to see what happens when you change n. READ the Pint Outputs caefully to undestand the equations showing up in the Output. Play with n and examine the shape of the esulting V and E functions. A vetical line indicates whee = R. If you look at the equations fo Vinside, you will see that cetain values of n lead to poblems (ty to figue out what they ae). I have tied to limit the ange of so the plots behave.

5 MODULE-SOLUTION-ABSOLUTE-FINAL-ho-CC-2-AND-n-ChagedSphee-V-and-E-vs--READY-FOR-WEB-PAGE-UPLOAD-1-1.nb 5 figue out what they ae). I have tied to limit the ange of so the plots behave. Below you will be asked to do some intepetation. In[79]:= (* Execute this whole cell *) CleaAll["`*"] ρ[_] = CC n ; Pint["ρ[] = ", ρ[]] $Assumptions = 0 R && Reals && R > 0 && R Reals && n > -3; Pint[] Qinside[_] = ρ[pime] π pime 2 dpime; 0 Pint["Qinside[] = ", Qinside[]] Qtotal = Qinside[R]; Pint["Qtotal = Qinside[R] = ", Qtotal] EEinside[_] = k Qinside[] 2 ; Pint["EEinside[] = ", EEinside[]] EEoutside[_] = k Qtotal 2 ; Pint["EEoutside[] = ", EEoutside[]] $Assumptions = R && Reals && R > 0 && R Reals && n > -3; VVoutside[_] = - EEoutside[pime] dpime // Simplify; Pint["VVoutside[] = ", VVoutside[]] VVoutside[R]; $Assumptions = 0 R && Reals && R > 0 && R Reals; VVinside[_] = VVoutside[R] - EEinside[pime] dpime; R VVinside[_] = VVinside[] // Simplify; Pint["VVinside[] = ", VVinside[]] EE[_] = If[ > R, EEoutside[], If[ R, EEinside[]]]; VVV[_] = If[ > R, VVoutside[], If[ R, VVinside[]]]; k = 1; CC = 1; R = 1; max = 5; Pint[] Pint["Note all of these functions depend on n!"] Pint[] Pint[ "Hee we Manipulate n to show the behavio of the magnitudes of E and V. I also show ρ[]. The line shows = R. Move the slide to change n (I stat with n = 5; moving the slide left to ight educes n fom 5 to ~ You can also hit the + and - buttons to change n by "]

6 6 MODULE-SOLUTION-ABSOLUTE-FINAL-ho-CC-2-AND-n-ChagedSphee-V-and-E-vs--READY-FOR-WEB-PAGE-UPLOAD-1-1.nb π Manipulate Show Plot If > R,0, If R, n, If > R,, (3 + n) 2 If R, π 1+n 3 + n, If > R, π π 3 + n - 2+n (3 + n), If R,, {, 0, max}, (2 + n) (3 + n) PlotRange {{0, max}, {0, 15}}, PlotLegends {"ρ[]", "EE[]", "V[]"}, Gaphics[Line[{{R, 0}, {R, 15}}]], {n, 5, -1.25,.2, Appeaance "Open"} ρ[] = CC n Qinside[] = CC π 3+n 3 + n Qtotal = Qinside[R] = CC π R3+n 3 + n EEinside[] = CC k π 1+n 3 + n EEoutside[] = CC k π R3+n (3 + n) 2 VVoutside[] = VVinside[] = CC k π R3+n (3 + n) CC k π - 2+n + (3 + n) R 2+n (2 + n) (3 + n) Note all of these functions depend on n! Hee we Manipulate n to show the behavio of the magnitudes of E and V. I also show ρ[]. The line shows = R. Move the slide to change n (I stat with n = 5; moving the slide left to ight educes n fom 5 to ~ You can also hit the + and - buttons to change n by

7 MODULE-SOLUTION-ABSOLUTE-FINAL-ho-CC-2-AND-n-ChagedSphee-V-and-E-vs--READY-FOR-WEB-PAGE-UPLOAD-1-1.nb 7 n Out[107]= ρ[] EE[] V[] (k) Intepet the behavio of V and E when you vay n. Look caefully at the plots above as you vay n. Some suggestions fo discussion: What about V and E fo > R and all n? Look at the behavio of E() with espect to the behavio of V (think E = - Gad[V]). Fo < R (inside the sphee): Look at n = 2 (compae with above); n = 1; n = 0 (meaning?); 0 < n < -1; n = -1. Add anything else if you wish. Text Cell : type in you intepetation(s) hee. V and E fo > R and vaious n: Fom Gauss s Law we concluded that OUTSIDE, E and theefoe V looks like that of a point chage at the oigin and magnitude Qtotal. Thus, V ~ 1 and E ~ 1. So they do not change shape 2 with n. (amplitude changes because of n dependence in the Q s) In Geneal: Look at the behavio of E() with espect to the behavio of V (think E = - Gad[V]).

8 8 MODULE-SOLUTION-ABSOLUTE-FINAL-ho-CC-2-AND-n-ChagedSphee-V-and-E-vs--READY-FOR-WEB-PAGE-UPLOAD-1-1.nb Fo a given R, the slope of V (sign and magnitude) detemines the value of E. Note that fo the n ange chosen, at = R, dv has a maximum negative value, then continues to be negative but d deceasing. Putting in the - sign ( hee E = - dv d ), E should incease with while < R and then decease with outside of the sphee ( > R). Obviously, E has a maximum at = R. Although not obvious at - values of n (but vey convincing at + values), the slope of V at = 0 equals zeo SO E = 0. Look at n = 2 (compae with ou fist esults above). V and E look exactly the same as above (as it should). Inside: VVinside[] = CC k π -2+n +(3+n) R 2+n ; n = 2 -> VVinside[] = (2+n) (3+n) < < R=1, VVinside is a max at = 0 and dops with cuvatue to = R (= 1); CC k π - + R 20. I.e., fo 0 CC k π 1+n EEinside[] = ; n = 2 -> EEinside[] = 3+n CC k π 5 3 I.e., 0 < < R=1, EEinside is zeo at = 0 and ises as 3 to = R (=1) n = 1. Outside > R the cuves that ae consistent with V~ 1 and E ~ 1 2 as expected. Inside: VVinside[] = CC k π -2+n +(3+n) R 2+n ; n = 1 -> VVinside[] = (2+n) (3+n) < < R=1, VVinside is a max at = 0 and dops with cuvatue to = R (= 1); CC k π R I.e., fo 0 CC k π 1+n EEinside[] = ; n = 1 -> EEinside[] = CC k π 3+n 2 I.e., 0 < < R=1, EEinside is zeo at = 0 and ises as 2 to = R (=1) n = 0 (meaning?) This epesents a chage distibution ρ that is constant (unifom). This leads to a linealy inceasing E (pehaps you have seen this in a textbook example). [See again: ] 0 < n < -1; Note that E is cuved with a deceasing ate (magnitude of E with inceasing ). This can be seen by examining the dependence of E fo n < 0. BUT at n = -1: Inside: VVinside[] = CC k π -2+n +(3+n) R 2+n ; n = -1 -> VVinside[] = (2+n) (3+n) < < R=1, VVinside is a max at = 0 and dops linealy to = R (=1) CC k π (- + R). I.e., fo 0 12 EEinside[] = CONSTANT. CC k π 1+n ; n = 1 -> EEinside[] = 3+n 5 CC k π 0 I.e., 0 < < R=1, EEinside is

9 MODULE-SOLUTION-ABSOLUTE-FINAL-ho-CC-2-AND-n-ChagedSphee-V-and-E-vs--READY-FOR-WEB-PAGE-UPLOAD-1-1.nb 9 CONSTANT. -1 < n < 2; Note the explosive behavio of E and V fo cetain values of n. The most negative n I chose fo the Manipulate was my attempt to keep the plot of the potential inteesting. Hee is V and E fo n = -.8 (you can compae with the Manipulate esults above by setting n = -0.8) Hee ae the functions fo this paticula n (-0.8): In[108]:= Clea[k, CC, R] n = -.8; (* Reminde: this is the n in the CHARGE DISTRIBUTION ρ[] *) VVinside[] EEinside[] Out[110]= CC k R 1.2 Out[111]= CC k 0.2 The minus sign in the tem in VV might bothe you; the R tem wins. Hee is a e-plot of VVinside and EEinside (only coect fo < R) to show that all is well:

10 10 MODULE-SOLUTION-ABSOLUTE-FINAL-ho-CC-2-AND-n-ChagedSphee-V-and-E-vs--READY-FOR-WEB-PAGE-UPLOAD-1-1.nb In[112]:= CC = 1; k = 1; R = 1; n = -.8; EEinside[] VVinside[] Plot[{EEinside[], VVinside[]}, {, 0, R}, PlotRange {{0, 5}, {0, All}}, PlotLegends {"Einside[]", "Vinside[]"}] Out[113]= Out[11]= Out[115]= 6 Einside[] Vinside[] The E and V functions only hold fo < R so the plot is teminated at = R. If you compae with the plot above, you see that they ae the same. Fo n < -2, the infinities cause so many poblems that we close ou eyes and walk away. If you have patience galoe, feel fee to exploe. (hyme unintended).

Electric Field of charged hollow and solid Spheres

Electric Field of charged hollow and solid Spheres lectic Field of chaged hollow and solid Sphees Fits F.M. de Mul -field of a chaged hollow o solid sphee 1 esentations: lectomagnetism: Histoy lectomagnetism: lect. topics lectomagnetism: Magn. topics lectomagnetism:

More information

Gravitational Shift for Beginners

Gravitational Shift for Beginners Gavitational Shift fo Beginnes This pape, which I wote in 26, fomulates the equations fo gavitational shifts fom the elativistic famewok of special elativity. Fist I deive the fomulas fo the gavitational

More information

5 4 THE BERNOULLI EQUATION

5 4 THE BERNOULLI EQUATION 185 CHATER 5 the suounding ai). The fictional wok tem w fiction is often expessed as e loss to epesent the loss (convesion) of mechanical into themal. Fo the idealied case of fictionless motion, the last

More information

Dr. A.B.M. Toufique Hasan. Lecture-13

Dr. A.B.M. Toufique Hasan. Lecture-13 7/5/8 ME 45: Aeodynamics D. A.B.M. Toufique Hasan Pofesso Depatment of Mechanical Engineeing g Bangladesh Univesity of Engineeing & Technology BUET, Dhaka Lectue-3 7/5/8 Doublet & Flow Ove a stationey

More information

Topic 4 Root Finding

Topic 4 Root Finding Couse Instucto D. Ramond C. Rump Oice: A 337 Phone: (915) 747 6958 E Mail: cump@utep.edu Topic 4 EE 4386/531 Computational Methods in EE Outline Intoduction Backeting Methods The Bisection Method False

More information

Conservation Law of Centrifugal Force and Mechanism of Energy Transfer Caused in Turbomachinery

Conservation Law of Centrifugal Force and Mechanism of Energy Transfer Caused in Turbomachinery Poceedings of the 4th WSEAS Intenational Confeence on luid Mechanics and Aeodynamics, Elounda, Geece, August 1-3, 006 (pp337-34) Consevation Law of Centifugal oce and Mechanism of Enegy Tansfe Caused in

More information

Lecture # 04. Image Enhancement in Spatial Domain

Lecture # 04. Image Enhancement in Spatial Domain Digital Image Pocessing CP-7008 Lectue # 04 Image Enhancement in Spatial Domain Fall 2011 2 domains Spatial Domain : (image plane) Techniques ae based on diect manipulation of pixels in an image Fequency

More information

Topic 7 Random Variables and Distribution Functions

Topic 7 Random Variables and Distribution Functions Definition of a Random Vaiable Distibution Functions Popeties of Distibution Functions Topic 7 Random Vaiables and Distibution Functions Distibution Functions 1 / 11 Definition of a Random Vaiable Distibution

More information

= dv 3V (r + a 1) 3 r 3 f(r) = 1. = ( (r + r 2

= dv 3V (r + a 1) 3 r 3 f(r) = 1. = ( (r + r 2 Random Waypoint Model in n-dimensional Space Esa Hyytiä and Joma Vitamo Netwoking Laboatoy, Helsinki Univesity of Technology, Finland Abstact The andom waypoint model (RWP) is one of the most widely used

More information

ISyE 4256 Industrial Robotic Applications

ISyE 4256 Industrial Robotic Applications ISyE 456 Industial Robotic Applications Quiz # Oct. 9, 998 Name This is a closed book, closed notes exam. Show wok fo poblem questions ) ( pts) Please cicle one choice fo each item. a) In an application,

More information

Tufts University Math 13 Department of Mathematics November 14, :00 noon to 1:20 pm

Tufts University Math 13 Department of Mathematics November 14, :00 noon to 1:20 pm Tufts Univesit Math 3 Depatment of Mathematics Novembe, Eam : noon to : pm Instuctions: No calculatos, notes o books ae allowed. Unless othewise stated, ou must show all wok to eceive full cedit. Simplif

More information

4.2. Co-terminal and Related Angles. Investigate

4.2. Co-terminal and Related Angles. Investigate .2 Co-teminal and Related Angles Tigonometic atios can be used to model quantities such as

More information

Cost Functions. Definitions of Costs. Economic Cost. [See Chap 10]

Cost Functions. Definitions of Costs. Economic Cost. [See Chap 10] Cost Functions [See Chap 0]. Definitions of Costs Economic costs include both implicit and explicit costs. Explicit costs include wages paid to employees and the costs of aw mateials. Implicit costs include

More information

Solving Schrödinger equation numerically

Solving Schrödinger equation numerically eigenvalues.nb Solving Schödinge equation numeically Basic idea on woking out the enegy eigenvalues numeically is vey simple. Just solve the Schödinge equation with a guessed enegy, and it always makes

More information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information Title CALCULATION FORMULA FOR A MAXIMUM BENDING MOMENT AND THE TRIANGULAR SLAB WITH CONSIDERING EFFECT OF SUPPO UNIFORM LOAD Autho(s)NOMURA, K.; MOROOKA, S. Issue Date 2013-09-11 Doc URL http://hdl.handle.net/2115/54220

More information

DISTRIBUTION MIXTURES

DISTRIBUTION MIXTURES Application Example 7 DISTRIBUTION MIXTURES One fequently deals with andom vaiables the distibution of which depends on vaious factos. One example is the distibution of atmospheic paametes such as wind

More information

Assessment of Track Sequence Optimization based on Recorded Field Operations

Assessment of Track Sequence Optimization based on Recorded Field Operations Assessment of Tack Sequence Optimization based on Recoded Field Opeations Matin A. F. Jensen 1,2,*, Claus G. Søensen 1, Dionysis Bochtis 1 1 Aahus Univesity, Faculty of Science and Technology, Depatment

More information

Prof. Feng Liu. Fall /17/2016

Prof. Feng Liu. Fall /17/2016 Pof. Feng Liu Fall 26 http://www.cs.pdx.edu/~fliu/couses/cs447/ /7/26 Last time Compositing NPR 3D Gaphics Toolkits Tansfomations 2 Today 3D Tansfomations The Viewing Pipeline Mid-tem: in class, Nov. 2

More information

Image Enhancement in the Spatial Domain. Spatial Domain

Image Enhancement in the Spatial Domain. Spatial Domain 8-- Spatial Domain Image Enhancement in the Spatial Domain What is spatial domain The space whee all pixels fom an image In spatial domain we can epesent an image by f( whee x and y ae coodinates along

More information

Topic -3 Image Enhancement

Topic -3 Image Enhancement Topic -3 Image Enhancement (Pat 1) DIP: Details Digital Image Pocessing Digital Image Chaacteistics Spatial Spectal Gay-level Histogam DFT DCT Pe-Pocessing Enhancement Restoation Point Pocessing Masking

More information

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number.

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number. Illustative G-C Simila cicles Alignments to Content Standads: G-C.A. Task (a, b) x y Fo this poblem, is a point in the - coodinate plane and is a positive numbe. a. Using a tanslation and a dilation, show

More information

Reader & ReaderT Monad (11A) Young Won Lim 8/20/18

Reader & ReaderT Monad (11A) Young Won Lim 8/20/18 Copyight (c) 2016-2018 Young W. Lim. Pemission is ganted to copy, distibute and/o modify this document unde the tems of the GNU Fee Documentation License, Vesion 1.2 o any late vesion published by the

More information

9.3 Volume of Spheres

9.3 Volume of Spheres ? LESSON 9. Volume of Sphees ESSENTIAL QUESTION How do you find the volume of a sphee? Expessions, equations, and elationships Solve poblems involving the volume of sphees. EXPLORE ACTIVITY Modeling the

More information

On the Forwarding Area of Contention-Based Geographic Forwarding for Ad Hoc and Sensor Networks

On the Forwarding Area of Contention-Based Geographic Forwarding for Ad Hoc and Sensor Networks On the Fowading Aea of Contention-Based Geogaphic Fowading fo Ad Hoc and Senso Netwoks Dazhi Chen Depatment of EECS Syacuse Univesity Syacuse, NY dchen@sy.edu Jing Deng Depatment of CS Univesity of New

More information

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform A Shape-peseving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonunifom Fuzzification Tansfom Felipe Fenández, Julio Gutiéez, Juan Calos Cespo and Gacián Tiviño Dep. Tecnología Fotónica, Facultad

More information

AN ANALYSIS OF COORDINATED AND NON-COORDINATED MEDIUM ACCESS CONTROL PROTOCOLS UNDER CHANNEL NOISE

AN ANALYSIS OF COORDINATED AND NON-COORDINATED MEDIUM ACCESS CONTROL PROTOCOLS UNDER CHANNEL NOISE AN ANALYSIS OF COORDINATED AND NON-COORDINATED MEDIUM ACCESS CONTROL PROTOCOLS UNDER CHANNEL NOISE Tolga Numanoglu, Bulent Tavli, and Wendi Heinzelman Depatment of Electical and Compute Engineeing Univesity

More information

CALCULUS III Surface Integrals. Paul Dawkins

CALCULUS III Surface Integrals. Paul Dawkins CALCULU III uface Integals Paul awkins Table of Contents Peface... ii uface Integals... 3 Intoduction... 3 Paametic ufaces... 4 uface Integals... uface Integals of Vecto Fields... 9 tokes Theoem... 9 ivegence

More information

Monte Carlo Techniques for Rendering

Monte Carlo Techniques for Rendering Monte Calo Techniques fo Rendeing CS 517 Fall 2002 Compute Science Conell Univesity Announcements No ectue on Thusday Instead, attend Steven Gotle, Havad Upson Hall B17, 4:15-5:15 (efeshments ealie) Geomety

More information

UCB CS61C : Machine Structures

UCB CS61C : Machine Structures inst.eecs.bekeley.edu/~cs61c UCB CS61C : Machine Stuctues Lectue SOE Dan Gacia Lectue 28 CPU Design : Pipelining to Impove Pefomance 2010-04-05 Stanfod Reseaches have invented a monitoing technique called

More information

Derivation of the Nodal Forces Equivalent to Uniform Pressure for Quadratic Isoparametric Elements RAWB, Last Update: 30 September 2008

Derivation of the Nodal Forces Equivalent to Uniform Pressure for Quadratic Isoparametric Elements RAWB, Last Update: 30 September 2008 Deivation of the odal oces Equivalent to Unifom Pessue fo Quadatic sopaametic Elements RWB, Last Update: 0 Septembe 008 The displacement vecto u at an point within a single element, E, is lineal elated

More information

ANNOUNCEMENT. LECTURE 25 Spherical Refracting Surfaces

ANNOUNCEMENT. LECTURE 25 Spherical Refracting Surfaces ANNUNCEMENT Final: Thusday Dec 3, 208, 7 PM - 9 PM Location: Elliot Hall of Music Coves all eadings, lectues, homewok fom Chaptes 28 though 33 Multiple choice Pactice exams n the couse website and on CHIP

More information

On Error Estimation in Runge-Kutta Methods

On Error Estimation in Runge-Kutta Methods Leonado Jounal of Sciences ISSN 1583-0233 Issue 18, Januay-June 2011 p. 1-10 On Eo Estimation in Runge-Kutta Methods Ochoche ABRAHAM 1,*, Gbolahan BOLARIN 2 1 Depatment of Infomation Technology, 2 Depatment

More information

ME 210 Applied Mathematics for Mechanical Engineers

ME 210 Applied Mathematics for Mechanical Engineers Note that the unit vectos, T, N and B ae thee unit vectos pependicula to each othe whose diections ae dictated by the local behavio of the cuve C at its point P. They fom a moving ight handed vecto fame

More information

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

CS 450: COMPUTER GRAPHICS RASTERIZING CONICS SPRING 2016 DR. MICHAEL J. REALE CS 45: COMPUTER GRAPHICS RASTERIZING CONICS SPRING 6 DR. MICHAEL J. REALE RASTERIZING CURVES OTHER THAN LINES When dealing with othe inds of cuves, we can daw it in one of the following was: Use elicit

More information

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters Compaisons of Tansient Analytical Methods fo Detemining Hydaulic Conductivity Using Disc Pemeametes 1,,3 Cook, F.J. 1 CSRO Land and Wate, ndoooopilly, Queensland The Univesity of Queensland, St Lucia,

More information

A modal estimation based multitype sensor placement method

A modal estimation based multitype sensor placement method A modal estimation based multitype senso placement method *Xue-Yang Pei 1), Ting-Hua Yi 2) and Hong-Nan Li 3) 1),)2),3) School of Civil Engineeing, Dalian Univesity of Technology, Dalian 116023, China;

More information

Adaptation of TDMA Parameters Based on Network Conditions

Adaptation of TDMA Parameters Based on Network Conditions Adaptation of TDMA Paametes Based on Netwok Conditions Boa Kaaoglu Dept. of Elect. and Compute Eng. Univesity of Rocheste Rocheste, NY 14627 Email: kaaoglu@ece.ocheste.edu Tolga Numanoglu Dept. of Elect.

More information

2. PROPELLER GEOMETRY

2. PROPELLER GEOMETRY a) Fames of Refeence 2. PROPELLER GEOMETRY 10 th Intenational Towing Tank Committee (ITTC) initiated the pepaation of a dictionay and nomenclatue of ship hydodynamic tems and this wok was completed in

More information

Parametric Scattering Models for Bistatic Synthetic Aperture Radar

Parametric Scattering Models for Bistatic Synthetic Aperture Radar Paametic Scatteing Models fo Bistatic Synthetic Apetue Rada Julie Ann Jackson Student Membe, Bian D. Rigling Membe, Randolph L. Moses Senio Membe The Ohio State Univesity, Dept. of Electical and Compute

More information

Lecture Topics ECE 341. Lecture # 12. Control Signals. Control Signals for Datapath. Basic Processing Unit. Pipelining

Lecture Topics ECE 341. Lecture # 12. Control Signals. Control Signals for Datapath. Basic Processing Unit. Pipelining EE 341 Lectue # 12 Instucto: Zeshan hishti zeshan@ece.pdx.edu Novembe 10, 2014 Potland State Univesity asic Pocessing Unit ontol Signals Hadwied ontol Datapath contol signals Dealing with memoy delay Pipelining

More information

NODAL AND LOOP ANALYSIS TECHNIQUES

NODAL AND LOOP ANALYSIS TECHNIQUES NODAL AND LOOP ANALYSIS TECHNIQUES LEANING GOALS NODAL ANALYSIS LOOP ANALYSIS Deelop systematic techniques to determine all the oltages and currents in a circuit NODE ANALYSIS One of the systematic ways

More information

Relating the lab apartment to a full-size apartment in Beijing

Relating the lab apartment to a full-size apartment in Beijing Achitectue 4.411 Building Technology Laboatoy Sping 004 Relating the lab apatent to a full-size apatent in Beijing It is inteesting to elate what we easue in the lab to eal life. Ou lab easueents will

More information

Communication vs Distributed Computation: an alternative trade-off curve

Communication vs Distributed Computation: an alternative trade-off curve Communication vs Distibuted Computation: an altenative tade-off cuve Yahya H. Ezzeldin, Mohammed amoose, Chistina Fagouli Univesity of Califonia, Los Angeles, CA 90095, USA, Email: {yahya.ezzeldin, mkamoose,

More information

Color Correction Using 3D Multiview Geometry

Color Correction Using 3D Multiview Geometry Colo Coection Using 3D Multiview Geomety Dong-Won Shin and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 13 Cheomdan-gwagio, Buk-ku, Gwangju 500-71, Republic of Koea ABSTRACT Recently,

More information

UCLA Papers. Title. Permalink. Authors. Publication Date. Localized Edge Detection in Sensor Fields. https://escholarship.org/uc/item/3fj6g58j

UCLA Papers. Title. Permalink. Authors. Publication Date. Localized Edge Detection in Sensor Fields. https://escholarship.org/uc/item/3fj6g58j UCLA Papes Title Localized Edge Detection in Senso Fields Pemalink https://escholashipog/uc/item/3fj6g58j Authos K Chintalapudi Govindan Publication Date 3-- Pee eviewed escholashipog Poweed by the Califonia

More information

Survey of Various Image Enhancement Techniques in Spatial Domain Using MATLAB

Survey of Various Image Enhancement Techniques in Spatial Domain Using MATLAB Suvey of Vaious Image Enhancement Techniques in Spatial Domain Using MATLAB Shailenda Singh Negi M.Tech Schola G. B. Pant Engineeing College, Paui Gahwal Uttaahand, India- 46194 ABSTRACT Image Enhancement

More information

Efficient Gradient Stencils for Robust Implicit Finite-Volume Solver Convergence on Distorted Grids

Efficient Gradient Stencils for Robust Implicit Finite-Volume Solver Convergence on Distorted Grids Pepint accepted in Jounal of Computational Physics (oiginally submitted in August, 208). Download the jounal vesion at https://doi.og/0.06/j.jcp.209.02.026 Efficient Gadient Stencils fo Robust Implicit

More information

Also available at ISSN (printed edn.), ISSN (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 3 (2010)

Also available at  ISSN (printed edn.), ISSN (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 3 (2010) Also available at http://amc.imfm.si ISSN 1855-3966 (pinted edn.), ISSN 1855-3974 (electonic edn.) ARS MATHEMATICA CONTEMPORANEA 3 (2010) 109 120 Fulleene patches I Jack E. Gave Syacuse Univesity, Depatment

More information

Massachusetts Institute of Technology Department of Mechanical Engineering

Massachusetts Institute of Technology Department of Mechanical Engineering cm cm Poblem Massachusetts Institute of echnolog Depatment of Mechanical Engineeing. Intoduction to obotics Sample Poblems and Solutions fo the Mid-em Exam Figue shows a obotic vehicle having two poweed

More information

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012 2011, Scienceline Publication www.science-line.com Jounal of Wold s Electical Engineeing and Technology J. Wold. Elect. Eng. Tech. 1(1): 12-16, 2012 JWEET An Efficient Algoithm fo Lip Segmentation in Colo

More information

Introduction To Pipelining. Chapter Pipelining1 1

Introduction To Pipelining. Chapter Pipelining1 1 Intoduction To Pipelining Chapte 6.1 - Pipelining1 1 Mooe s Law Mooe s Law says that the numbe of pocessos on a chip doubles about evey 18 months. Given the data on the following two slides, is this tue?

More information

Lecture #22 Pipelining II, Cache I

Lecture #22 Pipelining II, Cache I inst.eecs.bekeley.edu/~cs61c CS61C : Machine Stuctues Lectue #22 Pipelining II, Cache I Wiewold cicuits 2008-7-29 http://www.maa.og/editoial/mathgames/mathgames_05_24_04.html http://www.quinapalus.com/wi-index.html

More information

Statistics of Images. Ioannis Rekleitis

Statistics of Images. Ioannis Rekleitis Statistics of Images Ioannis Rekleitis Some Basic Intensity Tansfoma2on Func2ons Thesholding Logistic function Log tansfomation Powe-law (Gamma coection) Piecewise-linea tansfomation Histogam pocessing

More information

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks Effects of Model Complexity on Genealization Pefomance of Convolutional Neual Netwoks Tae-Jun Kim 1, Dongsu Zhang 2, and Joon Shik Kim 3 1 Seoul National Univesity, Seoul 151-742, Koea, E-mail: tjkim@bi.snu.ac.k

More information

EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS

EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS Kumiko Tsuji Fukuoka Medical technology Teikyo Univesity 4-3-14 Shin-Katsutachi-Machi Ohmuta Fukuoka 836 Japan email: c746g@wisdomcckyushu-uacjp

More information

Historical perspective of laser beam shaping

Historical perspective of laser beam shaping Histoical pespective of lase beam shaping David L. Shealy Univesity of Alabama at Bimingham Depatment of Physics, 530 3 d Avenue South, CH30 Bimingham, AL 3594-70 USA ABSTRACT An oveview of the histoy

More information

Lecture 5: Rendering Equation Chapter 2 in Advanced GI

Lecture 5: Rendering Equation Chapter 2 in Advanced GI Lectue 5: Rendeing Equation Chapte in Advanced GI Fall 004 Kavita Bala Compute Science Conell Univesity Radiomety Radiomety: measuement of light enegy Defines elation between Powe Enegy Radiance Radiosity

More information

On using circuit-switched networks for file transfers

On using circuit-switched networks for file transfers On using cicuit-switched netwoks fo file tansfes Xiuduan Fang, Malathi Veeaaghavan Univesity of Viginia Email: {xf4c, mv5g}@viginia.edu Abstact High-speed optical cicuit-switched netwoks ae being deployed

More information

A Two-stage and Parameter-free Binarization Method for Degraded Document Images

A Two-stage and Parameter-free Binarization Method for Degraded Document Images A Two-stage and Paamete-fee Binaization Method fo Degaded Document Images Yung-Hsiang Chiu 1, Kuo-Liang Chung 1, Yong-Huai Huang 2, Wei-Ning Yang 3, Chi-Huang Liao 4 1 Depatment of Compute Science and

More information

Lecture 8 Introduction to Pipelines Adapated from slides by David Patterson

Lecture 8 Introduction to Pipelines Adapated from slides by David Patterson Lectue 8 Intoduction to Pipelines Adapated fom slides by David Patteson http://www-inst.eecs.bekeley.edu/~cs61c/ * 1 Review (1/3) Datapath is the hadwae that pefoms opeations necessay to execute pogams.

More information

IP Network Design by Modified Branch Exchange Method

IP Network Design by Modified Branch Exchange Method Received: June 7, 207 98 IP Netwok Design by Modified Banch Method Kaiat Jaoenat Natchamol Sichumoenattana 2* Faculty of Engineeing at Kamphaeng Saen, Kasetsat Univesity, Thailand 2 Faculty of Management

More information

CSE 165: 3D User Interaction

CSE 165: 3D User Interaction CSE 165: 3D Use Inteaction Lectue #6: Selection Instucto: Jugen Schulze, Ph.D. 2 Announcements Homewok Assignment #2 Due Fiday, Januay 23 d at 1:00pm 3 4 Selection and Manipulation 5 Why ae Selection and

More information

Query Language #1/3: Relational Algebra Pure, Procedural, and Set-oriented

Query Language #1/3: Relational Algebra Pure, Procedural, and Set-oriented Quey Language #1/3: Relational Algeba Pue, Pocedual, and Set-oiented To expess a quey, we use a set of opeations. Each opeation takes one o moe elations as input paamete (set-oiented). Since each opeation

More information

Introduction to Medical Imaging. Cone-Beam CT. Introduction. Available cone-beam reconstruction methods: Our discussion:

Introduction to Medical Imaging. Cone-Beam CT. Introduction. Available cone-beam reconstruction methods: Our discussion: Intoduction Intoduction to Medical Imaging Cone-Beam CT Klaus Muelle Available cone-beam econstuction methods: exact appoximate Ou discussion: exact (now) appoximate (next) The Radon tansfom and its invese

More information

Three-Dimensional Aerodynamic Design Optimization of a Turbine Blade by Using an Adjoint Method

Three-Dimensional Aerodynamic Design Optimization of a Turbine Blade by Using an Adjoint Method Jiaqi Luo e-mail: jiaqil@uci.edu Juntao Xiong Feng Liu e-mail: fliu@uci.edu Depatment of Mechanical and Aeospace Engineeing, Univesity of Califonia, Ivine, Ivine, CA 92697-3975 Ivan McBean Alstom Powe

More information

Lecture 27: Voronoi Diagrams

Lecture 27: Voronoi Diagrams We say that two points u, v Y ae in the same connected component of Y if thee is a path in R N fom u to v such that all the points along the path ae in the set Y. (Thee ae two connected components in the

More information

User Specified non-bonded potentials in gromacs

User Specified non-bonded potentials in gromacs Use Specified non-bonded potentials in gomacs Apil 8, 2010 1 Intoduction On fist appeaances gomacs, unlike MD codes like LAMMPS o DL POLY, appeas to have vey little flexibility with egads to the fom of

More information

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler POMDP: Intoduction to Patially Obsevable Makov Decision Pocesses Hossein Kamalzadeh, Michael Hahsle 2019-01-02 The R package pomdp povides an inteface to pomdp-solve, a solve (witten in C) fo Patially

More information

A Memory Efficient Array Architecture for Real-Time Motion Estimation

A Memory Efficient Array Architecture for Real-Time Motion Estimation A Memoy Efficient Aay Achitectue fo Real-Time Motion Estimation Vasily G. Moshnyaga and Keikichi Tamau Depatment of Electonics & Communication, Kyoto Univesity Sakyo-ku, Yoshida-Honmachi, Kyoto 66-1, JAPAN

More information

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples Multi-azimuth Pestack Time Migation fo Geneal Anisotopic, Weakly Heteogeneous Media - Field Data Examples S. Beaumont* (EOST/PGS) & W. Söllne (PGS) SUMMARY Multi-azimuth data acquisition has shown benefits

More information

The Internet Ecosystem and Evolution

The Internet Ecosystem and Evolution The Intenet Ecosystem and Evolution Contents Netwok outing: basics distibuted/centalized, static/dynamic, linkstate/path-vecto inta-domain/inte-domain outing Mapping the sevice model to AS-AS paths valley-fee

More information

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS Daniel A Menascé Mohamed N Bennani Dept of Compute Science Oacle, Inc Geoge Mason Univesity 1211 SW Fifth

More information

Downloaded 09/15/14 to Redistribution subject to SIAM license or copyright; see

Downloaded 09/15/14 to Redistribution subject to SIAM license or copyright; see SIAM J. NUMER. ANAL. Vol. 4, No., pp. 235 257 c 23 Society fo Industial and Applied Mathematics Downloaded 9/5/4 to 29.237.46.. Redistibution subject to SIAM license o copyight; see http://www.siam.og/jounals/ojsa.php

More information

Curl, Divergence, and Gradient in Cylindrical and Spherical Coordinate Systems

Curl, Divergence, and Gradient in Cylindrical and Spherical Coordinate Systems APPENDIX B Cul, Divegence, and Gadient in Cylindical and Spheical Coodinate Systems In Sections 3., 3.4, and 6., we intoduced the cul, divegence, and gadient, espectively, and deived the expessions o them

More information

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann.

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann. A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Pesonification by Boulic, Thalmann and Thalmann. Mashall Badley National Cente fo Physical Acoustics Univesity of

More information

MapReduce Optimizations and Algorithms 2015 Professor Sasu Tarkoma

MapReduce Optimizations and Algorithms 2015 Professor Sasu Tarkoma apreduce Optimizations and Algoithms 2015 Pofesso Sasu Takoma www.cs.helsinki.fi Optimizations Reduce tasks cannot stat befoe the whole map phase is complete Thus single slow machine can slow down the

More information

TESSELLATIONS. This is a sample (draft) chapter from: MATHEMATICAL OUTPOURINGS. Newsletters and Musings from the St. Mark s Institute of Mathematics

TESSELLATIONS. This is a sample (draft) chapter from: MATHEMATICAL OUTPOURINGS. Newsletters and Musings from the St. Mark s Institute of Mathematics TESSELLATIONS This is a sample (daft) chapte fom: MATHEMATICAL OUTPOURINGS Newslettes and Musings fom the St. Mak s Institute of Mathematics James Tanton www.jamestanton.com This mateial was and can still

More information

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1 Impovement of Fist-ode Takagi-Sugeno Models Using Local Unifom B-splines Felipe Fenández, Julio Gutiéez, Gacián Tiviño and Juan Calos Cespo Dep. Tecnología Fotónica, Facultad de Infomática Univesidad Politécnica

More information

Analysis of Wired Short Cuts in Wireless Sensor Networks

Analysis of Wired Short Cuts in Wireless Sensor Networks Analysis of Wied Shot Cuts in Wieless Senso Netwos ohan Chitaduga Depatment of Electical Engineeing, Univesity of Southen Califonia, Los Angeles 90089, USA Email: chitadu@usc.edu Ahmed Helmy Depatment

More information

HISTOGRAMS are an important statistic reflecting the

HISTOGRAMS are an important statistic reflecting the JOURNAL OF L A T E X CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 1 D 2 HistoSketch: Disciminative and Dynamic Similaity-Peseving Sketching of Steaming Histogams Dingqi Yang, Bin Li, Laua Rettig, and Philippe

More information

Modeling spatially-correlated data of sensor networks with irregular topologies

Modeling spatially-correlated data of sensor networks with irregular topologies This full text pape was pee eviewed at the diection of IEEE Communications Society subject matte expets fo publication in the IEEE SECON 25 poceedings Modeling spatially-coelated data of senso netwoks

More information

Computer Graphics and Animation 3-Viewing

Computer Graphics and Animation 3-Viewing Compute Gaphics and Animation 3-Viewing Pof. D. Chales A. Wüthich, Fakultät Medien, Medieninfomatik Bauhaus-Univesität Weima caw AT medien.uni-weima.de Ma 5 Chales A. Wüthich Viewing Hee: Viewing in 3D

More information

WIRELESS sensor networks (WSNs), which are capable

WIRELESS sensor networks (WSNs), which are capable IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. XX, NO. XX, XXX 214 1 Lifetime and Enegy Hole Evolution Analysis in Data-Gatheing Wieless Senso Netwoks Ju Ren, Student Membe, IEEE, Yaoxue Zhang, Kuan

More information

dc - Linux Command Dc may be invoked with the following command-line options: -V --version Print out the version of dc

dc - Linux Command Dc may be invoked with the following command-line options: -V --version Print out the version of dc - CentOS 5.2 - Linux Uses Guide - Linux Command SYNOPSIS [-V] [--vesion] [-h] [--help] [-e sciptexpession] [--expession=sciptexpession] [-f sciptfile] [--file=sciptfile] [file...] DESCRIPTION is a evese-polish

More information

arxiv: v2 [physics.soc-ph] 30 Nov 2016

arxiv: v2 [physics.soc-ph] 30 Nov 2016 Tanspotation dynamics on coupled netwoks with limited bandwidth Ming Li 1,*, Mao-Bin Hu 1, and Bing-Hong Wang 2, axiv:1607.05382v2 [physics.soc-ph] 30 Nov 2016 1 School of Engineeing Science, Univesity

More information

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES Svetlana Avetisyan Mikayel Samvelyan* Matun Kaapetyan Yeevan State Univesity Abstact In this pape, the class

More information

Mobility Pattern Recognition in Mobile Ad-Hoc Networks

Mobility Pattern Recognition in Mobile Ad-Hoc Networks Mobility Patten Recognition in Mobile Ad-Hoc Netwoks S. M. Mousavi Depatment of Compute Engineeing, Shaif Univesity of Technology sm_mousavi@ce.shaif.edu H. R. Rabiee Depatment of Compute Engineeing, Shaif

More information

3D Reconstruction from 360 x 360 Mosaics 1

3D Reconstruction from 360 x 360 Mosaics 1 CENTER FOR MACHINE PERCEPTION 3D Reconstuction fom 36 x 36 Mosaics CZECH TECHNICAL UNIVERSITY {bakstein, pajdla}@cmp.felk.cvut.cz REPRINT Hynek Bakstein and Tomáš Pajdla, 3D Reconstuction fom 36 x 36 Mosaics,

More information

Optical Flow for Large Motion Using Gradient Technique

Optical Flow for Large Motion Using Gradient Technique SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 3, No. 1, June 2006, 103-113 Optical Flow fo Lage Motion Using Gadient Technique Md. Moshaof Hossain Sake 1, Kamal Bechkoum 2, K.K. Islam 1 Abstact: In this

More information

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives SPARK: Soot Reseach Kit Ondřej Lhoták Objectives Spak is a modula toolkit fo flow-insensitive may points-to analyses fo Java, which enables expeimentation with: vaious paametes of pointe analyses which

More information

3D Hand Trajectory Segmentation by Curvatures and Hand Orientation for Classification through a Probabilistic Approach

3D Hand Trajectory Segmentation by Curvatures and Hand Orientation for Classification through a Probabilistic Approach 3D Hand Tajectoy Segmentation by Cuvatues and Hand Oientation fo Classification though a Pobabilistic Appoach Diego R. Faia and Joge Dias Abstact In this wok we pesent the segmentation and classification

More information

Fifth Wheel Modelling and Testing

Fifth Wheel Modelling and Testing Fifth heel Modelling and Testing en Masoy Mechanical Engineeing Depatment Floida Atlantic Univesity Boca aton, FL 4 Lois Malaptias IFMA Institut Fancais De Mechanique Advancee ampus De lemont Feand Les

More information

Illumination methods for optical wear detection

Illumination methods for optical wear detection Illumination methods fo optical wea detection 1 J. Zhang, 2 P.P.L.Regtien 1 VIMEC Applied Vision Technology, Coy 43, 5653 LC Eindhoven, The Nethelands Email: jianbo.zhang@gmail.com 2 Faculty Electical

More information

A New Finite Word-length Optimization Method Design for LDPC Decoder

A New Finite Word-length Optimization Method Design for LDPC Decoder A New Finite Wod-length Optimization Method Design fo LDPC Decode Jinlei Chen, Yan Zhang and Xu Wang Key Laboatoy of Netwok Oiented Intelligent Computation Shenzhen Gaduate School, Habin Institute of Technology

More information

Extract Object Boundaries in Noisy Images using Level Set. Final Report

Extract Object Boundaries in Noisy Images using Level Set. Final Report Extact Object Boundaies in Noisy Images using Level Set by: Quming Zhou Final Repot Submitted to Pofesso Bian Evans EE381K Multidimensional Digital Signal Pocessing May 10, 003 Abstact Finding object contous

More information

Erasure-Coding Based Routing for Opportunistic Networks

Erasure-Coding Based Routing for Opportunistic Networks Easue-Coding Based Routing fo Oppotunistic Netwoks Yong Wang, Sushant Jain, Magaet Matonosi, Kevin Fall Pinceton Univesity, Univesity of Washington, Intel Reseach Bekeley ABSTRACT Routing in Delay Toleant

More information

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor Obstacle Avoidance of Autonomous Mobile Robot using Steeo Vision Senso Masako Kumano Akihisa Ohya Shin ichi Yuta Intelligent Robot Laboatoy Univesity of Tsukuba, Ibaaki, 35-8573 Japan E-mail: {masako,

More information

ART GALLERIES WITH INTERIOR WALLS. March 1998

ART GALLERIES WITH INTERIOR WALLS. March 1998 ART GALLERIES WITH INTERIOR WALLS Andé Kündgen Mach 1998 Abstact. Conside an at galley fomed by a polygon on n vetices with m pais of vetices joined by inteio diagonals, the inteio walls. Each inteio wall

More information

Bo Gu and Xiaoyan Hong*

Bo Gu and Xiaoyan Hong* Int. J. Ad Hoc and Ubiquitous Computing, Vol. 11, Nos. /3, 1 169 Tansition phase of connectivity fo wieless netwoks with gowing pocess Bo Gu and Xiaoyan Hong* Depatment of Compute Science, Univesity of

More information

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System Slotted Random Access Potocol with Dynamic Tansmission Pobability Contol in CDMA System Intaek Lim 1 1 Depatment of Embedded Softwae, Busan Univesity of Foeign Studies, itlim@bufs.ac.k Abstact In packet

More information