Recent content by JorgeM
-
Have you ever used the xmds2 package?
Thanks a lot . Actually I have already checked all the tutorials. But among all that example codes, none of them uses the functions I menctioned. And I suppose there is a way to implement them, or use them from an standard c library because the code compiles... but doesn't calculate anything...- JorgeM
- Post #3
- Forum: Programming and Computer Science
-
Have you ever used the xmds2 package?
I would like to know if some of you have ever used it. Because I have had really simple questions for solving, but there is not a really wide number of users and I'm afraid I won't be able to solve my system... unless I knew how to implement some functions... If you could share with me how to...- JorgeM
- Thread
- Replies: 3
- Forum: Programming and Computer Science
-
Graduate How do I express an equation in Polar coordinates as a Cartesian one.
I got a polar function. $$ \psi = P(\theta )R(r) $$ When I calculate the Laplacian: $$ \ \vec \nabla^2 \psi = P(\theta)R^{\prime\prime}(r) + \frac{P(\theta)R^{\prime}(r)}{r} + \frac{R(r)P^{\prime\prime}(\theta)}{r^{2}} $$ Now I need to convert this one into cartesian coordinates and then...- JorgeM
- Thread
- Calculus Cartesian Coordinates Laplacian Polar Polar coordinates
- Replies: 1
- Forum: Differential Equations
-
Undergrad How to calculate this Bessel's terms limit?
$$ \lim_{x \to 0} [ \frac{J_{p}(x)}{Y_{p}(x)} ] $$ -
What is the medium size of a Hydrochloric acid molecule?
I was just thinking on the fact that there are some comercial gas masks . These ones have a filter, that doesn´´´'t let the Hydrochloric acid gas molecules to go into the mask. This is the way it basically works, isn't it? So this filther has some little holes that are smaller than these... -
Gaussian wavepacket as a solution of the Schrödinger equation
The Schrödinger equation I need to prove is this one And the Gaussian wavepacket is found here Thanks for your advice. JorgeM <Moderator's note: upload images to PhysicsForums. Do not use external image servers.>- JorgeM
- Thread
- Gaussian Schrödinger Schrodinger equation Wavepacket
- Replies: 3
- Forum: Advanced Physics Homework Help
-
Undergrad Is this weighted mean and standard deviation correct?
Yes, actually the footnote reffers to a GNU statistics library which instructions are not still available. Can you please recommend me some bibliography to find out which is the best option (formula) that I may use to analize my data (The data is about stocks' prices)- JorgeM
- Post #4
- Forum: Set Theory, Logic, Probability, Statistics
-
Undergrad Is this weighted mean and standard deviation correct?
The expression I have found is this one. https://ibb.co/kqG24L3 I have been looking for information because I could not to realize what is the value that "alpha" has to have. If any of you do know what this alpha value is supposed to represent or if you have seen it before I would be really...- JorgeM
- Thread
- deviation Mean Standard Standard deviation Statistics
- Replies: 4
- Forum: Set Theory, Logic, Probability, Statistics
-
Algorithm for the min. distance over a set of points randomly distributed
I started to read a lot about the different methods for solving this problem. I think I'm going to use the one that requires Marcov's chains. Thanks a lot- JorgeM
- Post #3
- Forum: Programming and Computer Science
-
Undergrad Is this Dirac delta function integral correct?
Actually, that is the correct result. Thanks a lot for your reply -
Algorithm for the min. distance over a set of points randomly distributed
The only restrictions are: -There are N points randomly distributed over an X-Y plane and it is necesary to pass every point at least 1 time, in order to get the path of the minimun distance through all of them. -If does not matter how many times you pass any of this points. -You have to pass...- JorgeM
- Thread
- Algorithm Distributed Points Set
- Replies: 3
- Forum: Programming and Computer Science
-
Graduate Could an Electromagnetic field produce the "3-body" problem?
.- JorgeM
- Thread
- Electromagnetic Electromagnetic field Field
- Replies: 1
- Forum: Electromagnetism
-
Undergrad 2nd order Taylor Series for a function in 3 or more variables?
I have taken a look but most books and Online stuff just menctions the First order Taylor for 3 variables or the 2nd order Taylor series for just 2 variables. Could you please tell me which is the general expression for 2nd order Taylor series in 3 or more variables? Because I have not found... -
Undergrad Is this Dirac delta function integral correct?
Nothing really, I figured out how to use Latex, so I started to try to write equations and symbols. However, I have finally written the equations as good as possible in order to make people easy to understand. But I do not know if what I have made is well-solved. Thanks. -
Undergrad Is this Dirac delta function integral correct?
I have to integrate this expression so I started to solve the delta part from the fact that when n=0 it results equals to 1. And the graph is continuous in segments I thought as the sumation of integers $$ \int_{-(n+1/2)π}^{(n+1/2)π} δ(sin(x)) \, dx $$ From the fact that actually $$ δ(sin(x))=...