Numerical analysis Definition and 116 Threads
-
I Why fixed point iteration of ##x^3 = 1-x^2## doesn't converge when ##x_0= 0##
I am new to numerical methods and am currently learning Fixed point iteration. I have learned that if you can express $$x = g(x)$$, and $$|g'(x_0)|<1$$, then the sequence, $$x_{n+1} = g(x_n)$$ converges to the root. I am solving $$x^3 = 1 - x^2$$ and wrote $$x = \sqrt[3]{1-x^2}$$. I took $$x_0...- PLAGUE
- Thread
- Numerical analysis
- Replies: 16
- Forum: General Math
-
Calculating the relative error of an interpolation polynomial
Hi! It's been a while since I've done this and I am unsure about the relative error. Should I use ##p_2(2)## as the "true value" for the relative error, that is, be in the denominator? Or in other words, is this correct? Absolute error : ##|p_1(2)-p_2(2)|=|16.52848966−14.01764705|## Relative...- bremenfallturm
- Thread
- Error Interpolation Numerical analysis
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
K
A How to use the Newton-Raphson method while keeping the sum constant?
Question: How to find solutions using Newton-Raphson method with keeping the sum of solutions? I am currently working on solving a high-dimensional equation to obtain accurate solutions using the Newton-Raphson method, which I have implemented in Python. However, my problem requires that the...- K-Manu
- Thread
- Numerical analysis Python
- Replies: 2
- Forum: General Math
-
I Proof for interpolating polynomial and error approximation
Hello! I took an introductory course in numerical analysis earlier this year. I feel like I did not get insight into all the material, especially the material about error approximation. The lecture notes I saved from the course state that the (absolute) error of an interpolating polynomial...- bremenfallturm
- Thread
- Numerical analysis
- Replies: 6
- Forum: General Math
-
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? -
Looking for resources to help me understand the basics of PDEs for physics
TL;DR Summary: I am taking a math methods course this semester of which a large part are PDEs. I don't understand the context behind the order in which we are solving PDEs. I am interested in learning how other people were taught PDEs and any book recommendations you might have. I am taking a...- Philip551
- Thread
- Book recommendations Math methods Numerical analysis Partial differential equations Pdes
- Replies: 5
- Forum: STEM Academic Advising
-
C
Number of bits required for floating point representation
Relevant equations ( a quote from the book A Concise Introduction to Numerical Analysis by A. C. Faul explaining what is floating point representation ): __________________________________________________________________________________________________________ I've been reading A Concise...- CGandC
- Thread
- Float Numerical analysis
- Replies: 4
- Forum: Computing and Technology
-
C
How does one convert a decimal float to binary using the multiply by 2 method?
I've started reading A concise introduction to numerical analysis, A.C. Foul and on the first page there's the following paragraph about how a floating point in fixed point precision can be represented: I don't understand the example where it says " ##\beta=2## and ##p=20##, the decimal number...- CGandC
- Thread
- Fixed point Float Numerical analysis
- Replies: 4
- Forum: Computing and Technology
-
I Why is (a+b)/2 not recommended in the Bisection method?
The image attached above from a textbook, explains that we should refrain from using (a+b)/2 while applying Bisection method but I am unable to get the reason why it is asking to do so? While the image above is from another textbook. This book uses (a+b)/2. I am really confused by two different...- CandidFlakes
- Thread
- Bisection method Confusion Method Numerical analysis
- Replies: 6
- Forum: General Math
-
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
-
S
Interested in Renewable Energy and Numerical Analysis? Join our Forum Community!
Hello ! My name is Amine, Renewable Energies Student (Thermal Conversion Masters degree) . interested in numerical analysis and applied mathematics . Currently focusing on Heat and Mass Transfer , Fluid Mechanics and Matlab programming. ready to efficiently help on those subjects please...- sku
- Thread
- Fluid machanics Heat transfer Matlab Numerical analysis
- Replies: 1
- Forum: New Member Introductions
-
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
-
The Coronavirus Curve Simulation - Numberphile
Ben Sparks uses https://www.GeoGebra.org to explain (and code) the so-called SIR Model being used to predict the spread of cornavirus (COVID-19). A pretty cool way to visualize a set of differential equations.- scottdave
- Media item
- Coronavirus Differential eqautions Numerical analysis
- Comments: 1
- Category: Differential Equations
-
K
Determining 'realmax' and 'realmin'
Summary:: figuring the 'realmax' and 'realmin' from a hypothetical distribution of bits I am attempting to figure the 'realmax' and the 'realmin' from this hypothetical distribution of bits. I know the largest the mantissa can be is (1-eps), and the smallest is just 1/2. Also I note the...- KennyRodgers
- Thread
- bits numerical analysis
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
W
I Number of Solutions of a Nonlinear System
I developed a program to solve the nonlinear system below through the method of successive approximations and was only able to find one solution, namely ##x_1 = 0.93377## and ##x_2 =0.88417##, even though I tried many different starting points. I was wondering if there's a way to determine if...- Wledig
- Thread
- Nonlinear Nonlinear systems Numerical analysis System
- Replies: 8
- Forum: General Math
-
T
A Lecture notes on Finite Difference Methods
I have lately been working with Numerical Analysis and I am using Finite Difference Methods for Ordinary and Partial Differential Equations by Randall J. LeVeque. It was recommended to me by a friend of mine (physicist) https://epubs.siam.org/doi/book/10.1137/1.9780898717839?mobileUi=0&...- the_dane
- Thread
- Difference Finite Finite difference Lecture Lecture notes Notes Numerical analysis Reference
- Replies: 1
- Forum: Differential Equations
-
L
A How to choose the number of particles per site in Fermionic DMRG?
I am doing DMRG (in traditional formalism, not MPS) for Hubbard model H = -t ∑i ∑σci,σ ci+1,σ + U∑ini,σni,σ- In every iteration we add two sites to the system, but how do we set that how many particles are allowed in the system?- Luqman Saleem
- Thread
- Condensed matter physics Number of particles Numerical algorithms Numerical analysis Particles Per Quantum chemistry
- Replies: 1
- Forum: Quantum Physics
-
M
I How can you know if a numerical solution is correct?
Hi PF, Suppose I numerically solve a nonlinear system of differential equations. How can I know if my solution is correct (if there is no known analytic solution)? What are the standard practices people do? I have a couple of ideas, but I want to know what people are already doing. Danke!- maughanster
- Thread
- Nonlinear Numerical Numerical analysis Pde Scientific computing
- Replies: 3
- Forum: General Math
-
N
Your thoughts on numerical analysis teaching
Hello all, I may get a contract to teach numerical analysis. I did quite a lot of numerical work during my PhD but that was a while ago. Now when I look at most books on the topic, I get the feeling that a lot is outdated, and I also feel that a lot of what I knew is outdated as well...- nrqed
- Thread
- Analysis Numerical Numerical analysis Teaching Thoughts
- Replies: 8
- Forum: Programming and Computer Science
-
E
A Simulation from a process given by "complicated" SDE
Actually this is more of a simulation question but since PF doesn't have Simulation category I ask here. I need to simulate a path from a proces given by this Stochastic DE: $$ dX_t = -a(X_t-1)dt+b\sqrt{X_t}dB_t $$ where ##B_t## is wiener process/brownian motion and a and b are just some...- econmajor
- Thread
- Numerical analysis Probability Process Simulation Stochastic calculus
- Replies: 3
- Forum: Set Theory, Logic, Probability, Statistics
-
M
A Successive iteration problem in quantum dissipation article
Hey Guys, Trying to figure out how to replicate the following from an article, but can not understand their notations; The main points are: The bounce action can be written as the equation $$\left( n^2 \Theta^2 + 2\alpha n\Theta -1\right)R_n = 2 \sum_{m=1}^\infty R_{n+m}R_m + \sum_{m=1}^n...- moso
- Thread
- article Dissipation Numerical analysis Quantum
- Replies: 19
- Forum: Quantum Physics
-
T
Finite difference method; finding the 'Stencil'
Homework Statement Determine the Finite Difference Method stencil for approximating a second derivative u''(x) at a discrete set of nodes with maximum accuracy for stencil of sizes (0,4) (off-centered). My questions: I think I am able to answer the question I am just not sure about what is...- the_dane
- Thread
- Difference Finite Finite difference Finite difference method Method Numerical analysis
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
J
Applied Numerical Analysis book question
So in my future numerical analysis class the recommended book i liked the most was Numerical mathematics by Quarteroni : https://books.google.pt/books/about/Numerical_Mathematics.html?id=m-bHBAAAQBAJ&printsec=frontcover&source=kp_read_button&redir_esc=y#v=onepage&q&f=false Since i like this...- Jecs
- Thread
- Analysis Book Book recommendation Mathematics Numerical Numerical analysis
- Replies: 4
- Forum: Science and Math Textbooks
-
T
Intro to analysis, intro to real analysis I, numerical analysis
Hello, Is there a difference from these courses, or are they the same course with different names? I need to know which one to choose for the upcoming semester... Intro to Analysis, Intro to Real Analysis I, and Numerical Analysis Thank you, Tracie- TracieBosket
- Thread
- Analysis Intro Numerical Numerical analysis Real analysis
- Replies: 8
- Forum: STEM Academic Advising
-
Help with interpreting an interpolation problem
Homework Statement I don't know if this is the appropriate place to ask this, but I really do need some help. I am doing a homework problem and I don't understand what is being asked. It goes as follows: > Write a MATLAB function to evaluate the trigonometric interpolant ##p_n(x)## for a given...- PhysicsKid0123
- Thread
- Interpolation Numerical analysis Numerical approximation
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
R
A How can I formulate spectral methods for numerical computation?
Hi, I am new to spectral methods, does anyone have a good reference which shows some worked examples of formulating the method to be computed? E.g. go from the general governing equations through transformation to the form which will be passed to a computer. Cheers- RobosaurusRex
- Thread
- Method Numerical analysis
- Replies: 3
- Forum: General Math
-
I Some questions from a numerical analysis book
https://www.amazon.com/dp/1305253663/?tag=pfamazon01-20 Are all these called root finding algorithms? All of it ? <Moderator note: Link changed because of undetermined copyright situation. fresh_42>- awholenumber
- Thread
- Analysis Book Numerical Numerical analysis
- Replies: 15
- Forum: General Math
-
B
Diagonalization of Gigantic Dense Hermitian Matrices
Hi there, This is a question about numerical analysis used particularly in the computational condensed matter or anywhere where one needs to DIAGONALIZE GIGANTIC DENSE HERMITIAN MATRICES. In order to diagonalize dense Hermitian matrices size of 25k-by-25k and more (e.g. 1e6-by-1e6) it is not...- Bora
- Thread
- Diagonalization Hermitian Matrices Numerical analysis
- Replies: 3
- Forum: Computing and Technology
-
C
MHB Numerical Analysis problem Newton's method
Can anyone help in the solution of this problem? how can i determine the zero x*??- carrab
- Thread
- Analysis Method Newton's method Numerical Numerical analysis
- Replies: 2
- Forum: General Math
-
K
Prove One but not both of these systems is consistent.
Given the two systems below for an ##m \times n## matrix ##A##: (Sy 1): ##Ax = 0, x \geq 0, x \neq 0## (Sy 2): ##A^Ty > 0 ## I seek to prove: (Sy 1) is consistent ##\Leftrightarrow## (Sy 2) is inconsistent. I figured out how to prove Q ##\Rightarrow ## P by proving the contrapositive...- Kevin_H
- Thread
- Linear algebra Numerical analysis Systems
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
T
Courses Computational physics course or numerical analysis course
A question for those who are computational physicist: Dear Computational physicist, I am struggling between computational physics course or numerical analysis. They are both in graduate level (so very intensive), one in physics department and another in math. Both are taught by leading experts...- td21
- Thread
- Analysis Computational Computational physics Course Numerical Numerical analysis Physics
- Replies: 1
- Forum: STEM Academic Advising
-
M
Get equation that describes set of measured values
Hello. A whole decade passed since I graduated mathematics and shifted to other profession, so my knowledge is very rusty. There is an important problem for a scientific work that I need help for. Let's say factor t is being calculated from factors x, y and z, all some parameters from living... -
J
MATLAB Solving Orbital Motion Equations with RK4 Using MATLAB
I'm trying to plot the solutions of the second order differential equation d^2R/dt^2 = GM/R^2 + Lz^2/R^3. I'm reducing this to a system of first order ODEs and then using RK4 to solve this system. My code is given by function RK4system() Tsim = 10...- Jordan_Tusc
- Thread
- Astrodynamics Matlab Matlab code Numerical analysis Orbits Plotting Runge kutta Trajectories
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Courses Good Books for Numerical Analysis & Mathematica for Learning
I am currently working through Spivak, and have finished Geometry by Moise. I wanted to learn numerical analysis on my own. I could take it at the university, but I rather use the elective for differential geometry. What are good books on Numerical Analysis? I have completed 2 books in Linear...- MidgetDwarf
- Thread
- Analysis Numerical Numerical analysis
- Replies: 7
- Forum: STEM Academic Advising
-
E
A Measuring the degree of convergence of a stochastic process
Consider a sample consisting of {y1,y2,...,yk} realisations of a random variable Y, and let S(k) denote the variance of the sample as a function of its size; that is S(k)=1/k( ∑ki=1(yi−y¯)2) for y¯=1/k( ∑ki=1 yi) I do not know the distribution of Y, but I do know that S(k) tends to zero as k...- estebanox
- Thread
- Convergence Degree Measuring Numerical analysis Process Sequences and series Stochastic Stochastic process Stochastic processes
- Replies: 12
- Forum: General Math
-
J
A What is the best Quantum Model to solve many body problems?
I know to describe Quantum Mechanical systems we can use: -Schrodinger equation -Feynman Path Integral method -Heisenberg Matrix formulation Well my question is, if you want to calculate molecular properties, and want to understand biochemistry (protein), you have a system with several...- jonjacson
- Thread
- Biochemistry Body Model Numerical analysis Quantum Quantum chemistry
- Replies: 7
- Forum: Quantum Physics
-
E
Project idea in Numeric Analysis
hey, need an idea for a paper on differential equations, which can be implemented in two or three days work. also it will be nice if that paper has graphs on it. any help would be most welcome thx- extrayet
- Thread
- Analysis Differential equation Idea Numeric Numerical analysis Project Project ideas
- Replies: 1
- Forum: STEM Academic Advising
-
J
Solving the 3D Diffusion Equation with Fourier Spectral Techniques
Hi guys, I've distilled the 3D Diffusion Equation into the following PDE using Fourier spectral techniques: ∂C(m,n,p,t)/∂t + k(p^2+m^2+n^2)C(m,n,p,t)=0, where C is the Fourier coefficient of the 3D Fourier transform, {m,n,p} are the spatial frequencies, and t is time. I've tried using a...- johnnyTransform
- Thread
- Numerical analysis Partial differential equations Pde
- Replies: 2
- Forum: Differential Equations
-
J
MATLAB 3D Diffusion Equation in MATLAB
Hi guys, I have functioning MATLAB code for my solution of the 3D Diffusion equation (using a 3D Fourier transform and Crank-Nicolsen) that runs just from the command window and automatically plots the results. However, it seems like my solution just decays to zero regardless of what initial...- johnnyTransform
- Thread
- 3d Diffusion Diffusion equation Discrete math Fft Heat and mass transfer Matlab Numerical analysis
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
H
How to check a numerical simulation is energy conservative?
I am modelling a 1D fluid wave propagation problem and I needed to know how I can check that my results are energy conservative. please reply, urgent. thank you.- hoomanya
- Thread
- Energy Energy conservation Numerical Numerical analysis Numerical simulation Simulation Wave Wave equation
- Replies: 22
- Forum: Mechanical Engineering
-
S
How Does IEEE Single Precision Format Store 7 Decimal Digits?
Could someone please show me some examples how IEEE single precision format can used to store approximately 7 decimal digits of a number when the number is written in decimal format? How this is related to the statement ##2^{-23}=1.19\times10^{-7}##?- shuxue
- Thread
- Format Ieee Numerical analysis Precision
- Replies: 3
- Forum: Electrical Engineering
-
M
MHB Numerical Analysis: Project 01 | CPP
http://www.cpp.edu/~jlcannons/mat_201_2015_spring/Project_01.pdf I don't know if this counts as cheating, but I hope someone could look this over and see what my professor is ask.- mathisorange
- Thread
- Analysis Numerical Numerical analysis
- Replies: 1
- Forum: Topology and Analysis
-
What Factors Influence the Cooling of Magma Sills in Numerical Models?
Ok, I've built a numerical model to show the cooling of hot magma sills entered into the crust over time. The results show that the volume of the "hot" zone when the emplacement of a constant volume of hot sills is all done will vary as a matter of two things: the overall rate at which the magma...- PinkGeologist
- Thread
- Conduction Heat and thermodynamics Heat equation Hot Magma Modeling Numerical Numerical analysis Thermal conductivity Thermodyamics
- Replies: 1
- Forum: Other Physics Topics
-
O
Numerical Analysis Programming Language
In two semesters or so, i will be taking a numerical analysis course as part of an Applied Mathematics major. In the course description it says that you should have knowledge of at least one programming language, but i cannot find any more information about this. What do you all think would be...- occh
- Thread
- Analysis Language Numerical Numerical analysis Programming
- Replies: 4
- Forum: STEM Academic Advising
-
K
How to improve stabilities of numerical solutions of PDEs
This is a quite general question, but I am working with a system of partial differential equations in two variables. There is one time direction t and one spatial direction z and the numerical method is formulated by stepping forward in time. The problem is that I obtain instabilities, either at...- Kurret
- Thread
- Finite difference Numerical Numerical analysis Partial differential equations Pdes
- Replies: 3
- Forum: Differential Equations
-
Tricky Intregral for numerical quadrature
Hi - I have just started 'Computational Physics' by Koonin & Meredith, - through distance learning. Exercise 1.3 needs a program to evaluate an integral - I'm finding myself kinda rusty on integrals. The hint says - split range of integration into parts, use different change of variable in each... -
S
Mathematica Mathematica: Speed up NIntegrate
I have simplified my problem here, in my actual problem the matrix is much bigger which makes it impossible to find eigenvalues analytically. So, I chose standard BCS problem (2x2 matrix) to demonstrate my problem with Mathematica. But, with even this simple case, it takes forever to integrate...- sirenayka
- Thread
- Computational physics Mathematica Numerical analysis Speed
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Polynomial approximation: Chebyshev and Legendre
Chebyshev polynomials and Legendre polynomials are both orthogonal polynomials for determining the least square approximation of a function. Aren't they supposed to give the same result for a given function? I tried mathematica but the I didn't get the same answer :( Is this precision problem or...- ch3cooh
- Thread
- Approximation Legendre Numerical analysis Polynomial
- Replies: 3
- Forum: General Math
-
Q
Best Numerical Analysis Software for Physics
Two criteria 1. Freely Available 2. Large support for additional scientific libraries/packages/modules for reuse http://en.wikipedia.org/wiki/Comparison_of_numerical_analysis_software Which one would you recommend and why?- Quantizer
- Thread
- Analysis Numerical Numerical analysis Physics Software
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
J
Intuitive understanding of the reference solution (numerical analysis)
Hello I am having some trouble understanding what the difference is between the reference solution and the "true" solution of a set of certain differential equation. The book I'm working with is Numerical Analysis by Walter Gautschi. Equation 5.16 from this book is a set of first order...- jjr
- Thread
- Analysis Numerical analysis Reference
- Replies: 2
- Forum: Differential Equations