Numerical Definition and 701 Threads
-
T
Engineering Concrete Slab Deflection Using Partial Differential Equations
Dear all, I was wondering if someone could help me to solve for deflections for the following concrete slab: I want to solve this numerically and I am using the 4th order differential equation for the displacement: and Where v = displacement, x =independent variable...- Tygra
- Thread
- Concrete Numerical
- Replies: 11
- Forum: Engineering and Comp Sci Homework Help
-
I
A Numerical solution of the Poisson equation
In my case, there is proton radiation acting on the material. Consequently, the protons get stuck in the sample and create an electrostatic field. I would like to solve the Poisson equation inside the sample. I assume that the medium is infinite and homogeneous, that is, the potential at...- ivantozavr
- Thread
- Numerical Poisson solution
- Replies: 3
- Forum: Electromagnetism
-
J
Where can I find chemistry experiments that are accurately described with the Dirac equation?
Let's say we can solve the Dirac equation numerically with a powerful computer. What experiments do you recommend to take a look at to compare the result of the simulations with the real data. Maybe chemical reactions? -
I Numerically solving a non-local PDE
I have a PDE to solve numerically on the region ##x \in [0,1]## and ##t \in (0, \infty)##. It is of the form:$$\frac{\partial f(x,t)}{\partial t} = g(x,t) + \int_0^1 h(x, x') f(x', t) dx'$$The second term is the tricky part. The change in ##f(x,t)## at ##x## depends on the value ##f(x',t)## of...- ergospherical
- Thread
- Discretization Numerical
- Replies: 3
- Forum: Differential Equations
-
A Numerical method to Lippman-Schwinger equation
There is a question that puzzle me when I apply numerical method to principal value integral. Let me descibe it. We make use of the fact that the integral ##\int_0^\infty \frac{dk}{k^2-k_0^2}## vanishes, namely, $$ \int_0^\infty \frac{dk}{k^2-k_0^2} = 0 . $$ We use this formula to express a...- HadronPhysics
- Thread
- Method Numerical Numerical calculation Numerical method Quantum mechanics
- Replies: 1
- Forum: Quantum Physics
-
S
What does a numerical rating mean? Mechanical equipment or device
A certain mechanical appliance or device is given a rating that says, a certain operation or a certain movement can be performed some specified thousand times. What does the rating really mean? Was that movement or operation performed until the piece failed? Does it mean some advanced test...- symbolipoint
- Thread
- Device Equipment Mean Mechanical Numerical
- Replies: 5
- Forum: Mechanical Engineering
-
F
I Categorical vs Numerical Variables
Hello, I am generally clear on the distinction between numerical and nonnumerical (also called categorical or qualitative) variables but I still have some doubts in some regards. A numerical variable (continuous or discrete) has a value that derives from a measurement procedure (using a tool)...- fog37
- Thread
- Numerical Variables
- Replies: 5
- Forum: Set Theory, Logic, Probability, Statistics
-
M
What Does a Number Mean in Different Educational Contexts?
Does anybody please know what the 'number means in these contexts? Many thanks!- member 731016
- Thread
- Numbers Numerical
- Replies: 5
- Forum: General Discussion
-
S
Question about approximate numerical integration methods
This isn't a homework question per se but I can post more details like the data points & my work after. Suppose we are given a set of arbitrary points for which we cannot find an equation and we need to find the area under the curve without an analytical method - we can use either of the three...- stunner5000pt
- Thread
- Approximate Integration Numerical Numerical integration
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
Comp Sci Orbit of the Earth - numerical methods leapfrog
I am attempting this homework exercise part b). I've modified my code but I get error overflow message. My goal is to modify my code so it returns kinetic and potential energy of Earth's orbit. I made a new f(z,t) and modified the rows 99 and 100 with dz[2]=-G*M*m/r, and dz[3]=0.5*m*y**2 but...- Graham87
- Thread
- Earth Numerical Numerical methods Orbit Python
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
T
I Numerical Calculation of Hamiltonian Overlaps
Hi all, I am currently reading through this paper: https://iopscience.iop.org/article/10.1088/1367-2630/10/4/045030 and would like to reproduce their results for N=5. My roadblock is with (9), which models the classical motion of the system. Now symbolically finding the eigenstates of the matrix...- thatboi
- Thread
- Calculation Hamiltonian Numerical Numerical calculation
- Replies: 1
- Forum: Atomic and Condensed Matter
-
Numerical Analysis - Richardson Extrapolation on Riemann Sum
I got something like this, but I'm not sure it is correct, because if it has the same order of convergence as trapezoidal rule which is 2, it should yield the same result as trapezoidal rule but mine doesn't (?). For example sin(x) for [0,1], n with trapezoidal rule = 0.420735... With my own...- Graham87
- Thread
- Analysis Extrapolation Numerical Numerical analysis Riemann Riemann sum Sum
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
C
Numerical Methods for Learning Orbital Mechanics
I'm interested in learning orbital mechanics but I haven't taken a class in numerical methods yet. Do I really need to take a whole class in numerical methods before learning orbital mechanics, or can I get by if I self-learn a smaller portion of the syllabus of a numerical methods class? If so...- CC4
- Thread
- Mechanics Numerical Numerical methods Orbital Orbital mechanics
- Replies: 3
- Forum: Aerospace Engineering
-
COMSOL simulation of a 3D Ferrite Bar Numerical Model For Magnetic Flux
Hi, I am willing to simulate a 3D ferrite bar transmitter and reciever where coupling coefficient k and Bt magnetic flux density on the each side uses the finite element method for solving partial differential equations. The Magnetic Fields module has equation (jωσ − ω2ε0εr)A + ∇ × H = Je...- Hasan2022
- Thread
- 3d Comsol Flux Magnetic Magnetic flux Model Numerical Simulation
- Replies: 5
- Forum: Electrical Engineering
-
M
Mathematica Numerical integration over a Green's function
Hi PF! I'm numerically integrating over a Green's function along with a few very odd functions. What I have looks like this NIntegrate[-(1/((-1.` + x)^2 (1.` + x)^2 (1.` + y)^2)) 3.9787262092516675`*^14 (3.9999999999999907` + x (-14.99999999999903` + x (20.00000000000097` -...- member 428835
- Thread
- Function Green's function Integration Numerical Numerical integration
- Replies: 13
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
F
A Residual of PDEs as convergence criteria of numerical solution
Use a numerical method to solve a PDE f[u(x),u'(x),...]=0, where f is an operator, e.g. u'(x)+u(x)=0, and obtain a numerical solution v(x). Define f[v(x),v'(x),...] as the residual of the original PDE. Is this residual of the PDE widely used as the convergence criteria of the numerical solution...- feynman1
- Thread
- Convergence Criteria Numerical Pdes
- Replies: 9
- Forum: Differential Equations
-
Comp Sci I need a solved numerical example on genetic algorithm for 1 iteration
Really need this. Tried googling but not many. 1 or 2 are there. I want this algorithm solved by hand to some problem. IDK what kinds of problems exists. but one is knapsack problem. there is analytics vidya's tutorial but I want something else, more direct, more clear...Any resource you can...- shivajikobardan
- Thread
- Algorithm Example Numerical
- Replies: 11
- Forum: Engineering and Comp Sci Homework Help
-
M
Requesting suggestions for languages, libraries, and architectures for parallel (and sometimes non parallel) numerical and scientific computations
A lot of the work I am interested to do will be mostly built from scratch by myself, provided there is fair support for numerical types (like complex numbers) and high precision numerical operations (if not, I'll be happy to write those routines as well). Many of my areas of interest are...- manueljenkin
- Thread
- Libraries Numerical Parallel Scientific Suggestions
- Replies: 8
- Forum: Programming and Computer Science
-
How High Does Cheese Rise on a Released Spring?
Question is in file please these questions and send it to me Q1: A 2 kg piece of cheese is placed on a vertical spring of negligible mass and force constant k= 2000 N/m that is compressed 16 cm. when the spring is released, (I) How high does the cheese rise from this initial position? (II)...- Saif Ali Khan
- Thread
- Numerical Physics
- Replies: 1
- Forum: Introductory Physics Homework Help
-
How to determine the minimum grid length | Numerical Plasma Physics
Summary:: I am learning particle-in-cell (PIC) python 3X code. PIC currently represents one of the most important plasma simulation tools. It is particularly suited to the study of kinetic or non-Maxwellian effects. I am learning particle-in-cell (PIC) python code. PIC currently represents one...- JD_PM
- Thread
- Grid Length Minimum Numerical Physics Plasma Plasma physics
- Replies: 7
- Forum: Advanced Physics Homework Help
-
Python Numerical integration over a disk with polar coordinates
In my job, I was given the task of calculating a force that operates an ultrasound transmitter on a receiver. The calculation is made by assuming that each point on the transmitter is a small transmitter and integration should be made on the surface of the transmitter. Since the transmitter is...- uzi kiko
- Thread
- Coordinates Disk Integration Numerical Numerical integration Polar Polar coordinates
- Replies: 5
- Forum: Programming and Computer Science
-
G
Numerical computation of the derivative
I'm not sure if this is the correct forum to post this question, or should I post it in a math forum. But I was looking at some code when I found a 'strange' implementation to compute the derivative of a function, and I wanted to know if any of you has an idea of why such an implementation is...- Gaussian97
- Thread
- Computation Derivative Numerical
- Replies: 63
- Forum: Programming and Computer Science
-
W
A Define spin operators for numerical groundstate obtained by ED
Hi, I want to measure spin components of a ground state of some models. These ground states are obtained by ED. The states for constructing the Hamiltonian are integers representing spins in binary. As the ground state (and the other eigenvectors) are now not anymore in a suitable representation...- woodydewer
- Thread
- Computational physics Condensed matter Numerical Operators Spin Spin operator
- Replies: 2
- Forum: Atomic and Condensed Matter
-
A How to solve simple 2D space-time PDE numerically
I have a 2D space-time PDE and I want to solve it numerically over the time axis. The time initial field is already known with respect to space, i.e., the spatial distribution is already known at time `t = 0`. I solved the same PDF in Mathematica and got a solution. I tried to solve it...- tworitdash
- Thread
- 2d Numerical Pde Space-time
- Replies: 5
- Forum: Differential Equations
-
A
The convergence of a numerical series
Greetings here is the exercice My solution was as n^2+n+1/(n+1) tends asymptotically to n then the entire stuffs inside the sinus function tends to npi which make it asymptotically equal to sin(npi) which is equal to 0 and consequently the sequence is Absolutely convergent Here is the...- Amaelle
- Thread
- Convergence Numerical Series
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
B
Help With Negative Phases in a Numerical Term
I think I've got the numerator part figured out, but I'm really stuck on what to do with those negative phases in the last term and how to get this to all come together in the end. I feel like I must have made a mistake somewhere, but can't find it. Thanks in advance for the help!- Blanchdog
- Thread
- Negative Numerical Phases Term
- Replies: 1
- Forum: Advanced Physics Homework Help
-
Purcell EM Problem 1.2: Theory Behind Numerical Solution?
The author start of with $\frac{1}{(y+\sqrt{3})^2} - 2 \cdot \frac{1}{1 + y^2} \left( \frac{y}{\sqrt{1+y^2}} \right) = 0$ and arrives at the equation $y = \frac{(1+y^2)^{3/2}}{2(y+\sqrt{3})^2}$ The solution is merely by iterating (use an initial guess value of y, calculate the RHS, then use this...- yucheng
- Thread
- Convergence Em Numerical Purcell Theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
S
B Find Numerical Relativity Source Code
Where can I find numerical relativity source code?- sqljunkey
- Thread
- Code Numerical Relativity
- Replies: 1
- Forum: Special and General Relativity
-
Calculating Numerical Uncertainties in an Equation
Background Information: I am working on a pulsed NMR lab project that involves graphing out a semi-log graph of free induction decay amplitude as a function of time. After graphing out the semi-log graph, I am to determine the apparent spin-spin relaxation time (##{T_2}^*##) through the...- Athenian
- Thread
- Nmr Numerical Uncertainties Uncertainty
- Replies: 20
- Forum: Introductory Physics Homework Help
-
Laplace Equation Numerical Solution
I wonder how to incorporate point charge?- jawad hussain
- Thread
- Laplace Laplace equation Numerical
- Replies: 1
- Forum: Advanced Physics Homework Help
-
T
Numerical Differentiation: Comparing Central & Other Formulas
Hello there, I have found a different central differentiation formula for a first derivate from what I am used to seeing and I was wondering if they were the same one. I am struggling to find the Numerical Differentiation formulas (forward, backward and central) in scholarly articles and I have...- t0mm02
- Thread
- Differentiation Formulas Numerical Numerical differentiation
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Unexpected result in the numerical calculation - (invalid value encountered)
from numpy import log as ln z = 3 k = 2 x = 1 - ln(1 + z) / ln(1 + k) y = 1/5 print("The x=", x) Q = x**y print(Q) The result is The x= -0.26185950714291484 c:\Users\-\Desktop\... RuntimeWarning: invalid value encountered in double_scalars Q =...- Arman777
- Thread
- Calculation Numerical Numerical calculation Value
- Replies: 2
- Forum: Programming and Computer Science
-
D
A Numerical Hartree Fock with Finite Difference Matrices for Helium
Here is the paper again: https://www.mdpi.com/2218-2004/6/2/22?type=check_update&version=2#related_content For a class project I need to calculate the energy levels of atoms using the Hartree Fock method as presented in this paper which essentially brute forces the calculation using finite...- DanielA
- Thread
- Difference Finite Finite difference Helium Matrices Numerical
- Replies: 4
- Forum: Atomic and Condensed Matter
-
T
I Bose-Einstein numerical integration
Want to integrate the total energy density over all photon energies between two temperature values from 500K to 5800K, but not sure how to proceed. Here is some examples to help:- TeslaPow
- Thread
- Bose-einstein Integration Numerical Numerical integration
- Replies: 22
- Forum: Classical Physics
-
D
Numerical approximation of the 2nd derivative across a diffuse interface
Imagine you create a diffuse interface in space and determine which side of the interface you are on by a local scalar value that can be between 0 and 1. We could create a circle, centered in a rectangular ynum-by-xnum grid, with such a diffuse interface with the following MATLAB code: xnum =...- Dilon
- Thread
- Approximation Derivative Interface Numerical Numerical approximation
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
I
B Weird stuff on infinite numerical sequences in a Soviet book
The book is Calculus: Basic Concepts for High School on the first page you are given the following sequence: 1, -1, 1/3, -1/3, 1/5, -1/5, 1/7, -1/7, ... several pages later the rule is given: in the second rule, for the first term in the sequence, the coefficient of one of the terms is 1/0...- inthenickoftime
- Thread
- Book Infinite Numerical Sequences Weird
- Replies: 5
- Forum: General Math
-
P
Numerical Evaluation of the Kirchhoff Integral (Flux Pattern) (Units?)
Naturally there are vector equivalents of the Kirchhoff Integral. Taken from Jackson (10.113) ##\vec{E} \left( \vec{r} \right) = \frac{ie^{ikr}}{r} a^2 E_0 \cos \alpha \left( \vec{k} \times \vec{\epsilon}_2 \right) \frac{J_1 \left( \sin \theta \right)}{\sin \theta}##Where I just let ##\alpha =...- PhDeezNutz
- Thread
- Integral Kirchhoff Numerical Units
- Replies: 1
- Forum: Advanced Physics Homework Help
-
MHB Would you read a blog about numerical analysis?
Hey! I have been thinking about different topics on mathematics, and for some reason I feel, that applied mathematics and doing numerical computations is often overlooked. When I was studying in university, more than 95 % of all examples which would require numerical methods were either omitted...- Theia
- Thread
- Analysis Blog Numerical Numerical analysis
- Replies: 1
- Forum: General Discussion
-
M
MHB Numerical Methods: Second Order Runge-Kutta Scheme
I'm unsure how to begin and solve this question. Any help would be appreciated, thanks.- muckyl
- Thread
- Numerical Numerical methods Runge-kutta Second order
- Replies: 1
- Forum: Differential Equations
-
C
A Partial differential equation containing the Inverse Laplacian Operator
I am trying to reproduce the results of a thesis that is 22 years old and I'm a bit stuck at solving the differential equations. Let's say you have the following equation $$\frac{\partial{\phi}}{\partial{t}}=f(\phi(r))\frac{{\nabla_x}^2{\nabla_y}^2}{{\nabla}^2}g(\phi(r))$$ where ##\phi,g,f## are...- Celeritas
- Thread
- Differential Differential equation Fourier Inverse Laplacian Numerical Operator Partial
- Replies: 3
- Forum: Differential Equations
-
R
Engineering Numerical solution to a 3rd order D.E. - "use computer to solve"
Hello, This problem comes from boundary layer theory in fluid mechanics, but we are studying it in heat transfer. note: Since we are solving this numerically is has been suggested to replace the third boundary condition with f" = constant and then guess a constant. Then we are to check that...- rudy
- Thread
- Computer Numerical
- Replies: 9
- Forum: Engineering and Comp Sci Homework Help
-
Python Numerical modeling of a glacier's length -- Coding error(s)
Hey Physics Forum I am currently doing my bachelor project in geophysics, with focus on the evolution of glaciers in Greenland. My project consists partly of programming, because I want to get better at it. I have, however, hit a wall. I can't seem to figure out what is wrong with my code and I...- Mikkel
- Thread
- Coding Geophysics Length Modeling Numerical Python
- Replies: 6
- Forum: Programming and Computer Science
-
Please help me solve this % numerical chemistry problem
I've tried both c1v1 and unitary method but couldn't solve- Ifrah tahir
- Thread
- Chemistry Numerical
- Replies: 2
- Forum: Introductory Physics Homework Help
-
D
Checking the convergence of this numerical series using the ratio test
## \sum_{n=0}^\infty \frac {(2n)!}{(n!)^2} ## ##\lim_{n \rightarrow +\infty} {\frac {a_{n+1}} {a_n}}## that becomes ##\lim_{n \rightarrow +\infty} {\frac { \frac {(2(n+1))!}{((n+1)!)^2}} { \frac {(2n)!}{(n!)^2}}}## ##\lim_{n \rightarrow +\infty} \frac {(2(n+1))!(n!)^2}{((n+1)!)^2(2n)!}##...- DottZakapa
- Thread
- Convergence Numerical Ratio Ratio test Series Test
- Replies: 10
- Forum: Calculus and Beyond Homework Help
-
Where Is the Error in My PV Modeling Code?
Input parameter $$I_{pv}= 8.2 A$$ $$I_{o=}9.8 e -8 A$$ $$R_s=0.221 \Omega$$ $$R_p=415.405 \Omega$$ $$a=1.3$$ $$V_t=21177.82 V$$ source (Villalva, Marcelo G. 2009. Comprehensive Approach to Modeling and Simulation of Photovoltaic Arrays. IEEE Transaction On Power Electronics, Vol. 24, No. 5)...- nughii
- Thread
- Modeling Numerical Numerical methods
- Replies: 11
- Forum: Advanced Physics Homework Help
-
K
I Numerical Solution to the Rayleigh Plesset Equation
I have been trying to numerically solve the Rayleigh Plesset equation: $R\ddot{R} + \frac{3}{2}(\dot{R})^2=\frac{p_g-p_0-p(t)}{\rho_l}-4\mu\frac{\dot{R}}{R}-\frac{2\gamma}{\rho_lR}$ using the odeint python function. The code is given below: import numpy as np from matplotlib import pyplot as...- KDPhysics
- Thread
- Computational physics Numerical Rayleigh Sonoluminescence
- Replies: 1
- Forum: Other Physics Topics
-
N
How to judge the singularity of a matrix in numerical method?
Summary: different methods give different results. They are not consistent. Summary: different methods give different results. They are not consistent. I use two different methods to detect whether a matrix is singular. The result of calculating the determinant of a 9-order square matrix is...- nenyan
- Thread
- Judge Matlab code Matrix Matrix algebra Method Numerical Numerical algorithms Numerical method Singularity
- Replies: 8
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
I ODE Fail: Numerical Solution Oscillations - Possible Solutions | Hi PF
Hi PF The following ODE $$\ddot x + x - x^3 = 0\\ x(0)=0,\,\,\,\dot x(0) = \frac {1}{ \sqrt 2}$$ is solve exactly with ##\tanh (t/\sqrt 2)##. However, when I try to solve this with MATLAB ode45 (ode23t looks identical) or Mathematica NDSolve I get an oscillatory numerical solution (see...- member 428835
- Thread
- Numerical Ode
- Replies: 24
- Forum: Differential Equations
-
J
Calculating drag and pressure forces from numerical simulations
So as stated, I am calculating the pressure and drag forces on an obstacle, but have trouble with which velocities to take. This is my geometry: http://shrani.si/f/3l/13P/2Tihb3iM/projekt2.png . I am guessing that I have to take pressure just before the obstacle and just after the obstacle and...- Janko1
- Thread
- Drag Forces Numerical Pressure Simulations
- Replies: 4
- Forum: Advanced Physics Homework Help
-
B
Physics Jobs in numerical simulations with a BSc in Physics?
Just finished my Bs.c with a minor in CS. At the end of my degree I did a reserch project where I numerically solved a nonlinear PDE and enjoyed the numerical simulation work. What is the best path to do similar work in the industry? I don't mind simulating models from outside of physics, such...- BearShark
- Thread
- Bsc Jobs Numerical Physics Simulations
- Replies: 5
- Forum: STEM Career Guidance