Recent content by ledol83
-
L
Graduate How Do Nearby Geodesics Deviate in Curved Spaces?
Hi...does anyone have a good description (or a link to it) on geodesic deviation equation?Most of the references i have are in a setting of relativity, which make me all at sea. Please help me if you know a mathematical characterization of how geodesics from one point deviate (which just...- ledol83
- Thread
- deviation Geodesic
- Replies: 1
- Forum: Differential Geometry
-
L
Graduate Geodesics in Modified Euclidean Spaces: Is There a General Statement?
thanks for your reply.- ledol83
- Post #6
- Forum: Differential Geometry
-
L
Graduate Geodesics in Modified Euclidean Spaces: Is There a General Statement?
hi, why do you think geodesics are lines? According to Theodore Shifrin's book on line pp.86, for hyperbolic plane (u,v) equipped with metric tensor 1/v^2*I, the geodesics are not lines. I was just curious if any analytic relation between the geodesics and the lambda(x) function can be...- ledol83
- Post #3
- Forum: Differential Geometry
-
L
Graduate Geodesics in Modified Euclidean Spaces: Is There a General Statement?
Hi there: i have a question on geodesics in a Eculidean space equipped with a metric tensor \lambda(x)*I, where I is the identity matrix. Is any general statement that can be made towards the geodesic between two points in this modified space? My feel is that this space is quite special...- ledol83
- Thread
- Curved space Geodesic Space
- Replies: 6
- Forum: Differential Geometry
-
L
Graduate Is the Derivative w.r.t. a Function Different from the Classic Chain Rule?
i have realized that what i posed was not meaningful. i am now thinking over my problem again.. thanks! -
L
MATLAB Solving PDE with MATLAB: aFxx+bFx+cFyy+dFy+eFxy=\lambda*F
it looks the method of characteristics only works for first-order equations, so i really don't know what it going on... i expected to convert to this format, but it doesn't work coz of the Fx,Fy terms: -grad.(c*grad(F))+aF=\lambda*d*f thanks so much for any help!- ledol83
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
L
Graduate Is the Derivative w.r.t. a Function Different from the Classic Chain Rule?
Hi actually i have f(x,y) and z(x,y) and was just wondering if this is true: df/dz=df/dx*dx/dz+df/dy*dy/dz thanks a lot! -
L
Graduate How to Solve Inverse Fourier Transform of (10*sin(3*omega)) / (omega+Pi)?
you know exp(iwt)=cos(wt)+i*sin(wt); then you're right, triangle idents are needed. Just treat i as a constant, and it won't hurt other calculation.- ledol83
- Post #4
- Forum: Differential Equations
-
L
Graduate How to Solve Inverse Fourier Transform of (10*sin(3*omega)) / (omega+Pi)?
You will need to integrate "this function times exp(i*omega*t)" over omega from -inf to +inf. The resulting thing is a function of t, which is in the time domain, as usually called.- ledol83
- Post #2
- Forum: Differential Equations
-
L
MATLAB Solving PDE with MATLAB: aFxx+bFx+cFyy+dFy+eFxy=\lambda*F
hello! does anyone know how to solve the following (like an eigenvalue) PDE with matlab? aFxx+bFx+cFyy+dFy+eFxy=\lambda*F in which i am solving F with certain boundary conditions and a,b,c,d,e are functions independent of F. "pdeeig" in MATLAB doesn't seem to be able to handle...- ledol83
- Thread
- Matlab Pde
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
L
Graduate Is the Derivative w.r.t. a Function Different from the Classic Chain Rule?
Hi, i have a question on taking derivative w.r.t. to a function (instead of an independent variable). Actually i saw an excellent post on this same forum but that one was about a single variable. My question is: f is function of x and y, and z is some other function also dependent on x and y...