Iterative Definition and 49 Threads
-
Solve the iterative problem below
I need insight on ##Q.2 (ii)## part only, find mark scheme here; How do we determine suitable equation, ##x=x...##? ok, just looking at the solution, we shall have; ##2x^3+50 = x^3+100## ##x^3=50## →##x##=##\sqrt[3]50##≡##3.68403## which is the value of ##α## ( convergent value as...- chwala
- Thread
- Iterative
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
I Solving a System of Nonlinear Equations Symbolically
Hi. I would like to use a CAS to solve systems of nonlinear equations symbolically. The JavaScript library Nerdamer can solve single nonlinear equations symbolically shown here, and I would like to use that function iteratively to solve systems. For example, if I have a system of three equations...- person123
- Thread
- Cas Iterative Nonlinear System
- Replies: 9
- Forum: General Math
-
Iterative root finding for the cube root of 17
Firstly, the cube root of 17 is 2.571281591 which is 2.57 to 3.s.f. Initially, I thought about just approaching this problem using the Newton-Raphson Method when x0=2. In which case; x^3=17 x^3-17=0 Using the Newton-Raphson iterative formula xn+1=xr-f(xn)/f’(xn) f(x)=x^3-17 f’(x)=3x^2...- AN630078
- Thread
- Cube Iterative Root
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
K
Understanding Iterative Derivatives of Log Functions
I have never used induction to justify the derivative to a function, so I don't know where to start. Does anyone have some tips?- Kolika28
- Thread
- Derivatives Iterative Log
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
M
I Error estimate for iterative convergence
On the following page on wikipedia: https://en.wikipedia.org/wiki/Fixed-point_iteration the section "Examples" has a second bullet point, where the author suggests ##q=0.85##, but how did they get this number? I tried googling everything and could not find out how ##q## is determined.- member 428835
- Thread
- Convergence Error Estimate Iterative
- Replies: 5
- Forum: Topology and Analysis
-
M
MHB Find the best function grouping with an iterative method
Hello to everyone! I'm having a problem, banal in form, but perhaps complex in practical application. Let's suppose we have 300 functions $$y = f (x)$$ of random trend and we want to group these functions into 10 subgroups (each group consisting of 30 functions). However, this grouping must...- MathBoard001
- Thread
- Function Grouping Iterative Method
- Replies: 3
- Forum: General Math
-
M
A Summing simple histograms to recreate a more complex one
I wouldn't be surprised if I've posted in the wrong section because in fact the reason for posting is to get help naming this problem. That being the first step to knowing where to look for a solution. Newbie to the forum so open to advice. The problem: I have a complex histogram and a...- Master Sidoshi
- Thread
- Complex Iterative Optimisation Optimization
- Replies: 2
- Forum: Linear and Abstract Algebra
-
Why OMP is iterative? Can we find the support in one step?
In OMP why the 'support' of the received signal is not found in one step, by selecting the $K$ maximum correlated columns of the sensing matrix $A$? where $K$ is the sparsity of the signal. Like in MATLAB [val ind] = sort(A'*Y); %Y is received signal signal_Support = ind(1:K)...- Awais088
- Thread
- Digital communication Iterative Signal processing Support
- Replies: 1
- Forum: Electrical Engineering
-
F
MHB What are the next steps after finding a pattern in iterative substitution?
Hi i Have this equation: T(n)=2T(n/2)+n^2 I understand for iterative substitution you need to find patterns so here's what i got: 2^2T(n/2^2)+n2/2+n^2 2^3T(n/2^3)+n2/2^2+n2/2+n^2 My question is what to do after you have found the pattern?- fvnn
- Thread
- Iterative Substitution
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
A
Comparing direct and iterative solution of linear equations
I want to understand which of these is computationally expensive (in the sense of computational time) which is more accurate. Also I want to understand which of these two problems (computations time + accuracy) of iterative methods are addressed by multi-grid methods?- Atr cheema
- Thread
- Iterative Linear Linear algebra Linear equations
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
G
C: Recursive function into iterative
Homework Statement Write an iterative function char* conversion(unsigned int num, int base), that converts an integer num into any base (base <=10). Homework EquationsThe Attempt at a Solution How to transform the following recursive function conversion() into iterative: #include <stdio.h>...- gruba
- Thread
- Function Iterative Programming c Recursive function
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
J
MHB Estimating result of an iterative operation involving random number
Hi, Suppose there's an operation like the following: x(t) = x(t-1) + rand(m..n) with x(t) = current value x(t-1) = previous value rand(m..n) = equally distributed random real number in the range of m and n is there a way to estimate the value of x(t) after Y iteration without actually doing...- jarhead70
- Thread
- Iterative Random Random number
- Replies: 7
- Forum: General Math
-
Implicit iterative methods oscillating?
I'm under the impression that any implicit method for numerically solving ODE should be providing high stability in exchange for accuracy. I'm trying to solve the differential equation: dy/dx = -1000y + 3000 - 2000exp(-x) with intial conditions (0,0). I still can't understand how come the...- maistral
- Thread
- Implicit Iterative Oscillating
- Replies: 4
- Forum: Differential Equations
-
J
Find Function/Transform for signal that minimizes CV of data
Warning...this requires scripting and iteration, and is not theoretical -- it is a real problem I haven't been able to solve, but I'm sure someone here can... :-) Data: each .csv file is a test recorded at a time interval of 7.5Hz and each file has 3 columns. The first column is time in...- johnpjust
- Thread
- Cv Data Iterative Optimization Signal Signal processing Transformation
- Replies: 3
- Forum: Set Theory, Logic, Probability, Statistics
-
M
Engineering Circuit Homework: Detect Pattern 11011
Homework Statement I have to detect a pattern (11011) once this detected I put a 1 in my ouput Z to 1 to the 0 of the pattern. Example : 11011001... 00100000... Homework EquationsThe Attempt at a Solution- Max0007
- Thread
- Circuit Iterative
- Replies: 14
- Forum: Engineering and Comp Sci Homework Help
-
R
Iterative Minimization lemma proof
Homework Statement f(x) is the function we want to minimize. Beyond being real-valued, there are no other conditions on it. (I'm surprised it's not at least continuous, but the book doesn't say that's a condition.) We choose the next x^k through the relation x^k = x^{k-1} + \alpha_{k}d^k. We...- rayge
- Thread
- Iterative Minimization Proof
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
D
Flow through Interconnected Tubes
Hello all, this is my first post here, so please excuse me if there are any mistakes or important information is left omitted. Now, my problem is quite intricate and specific so I will be thankful for any information I can get. Using Excel, I am looking to model the volume flow of air through...- darovmart
- Thread
- air flow force iterative leakage mathematical pipe pressure tube ventilation
- Replies: 1
- Forum: Mechanical Engineering
-
2
Values of x1 for which an iterative formula converges or diverges?
I was wondering if there is a way of finding out the values of x1 for which an iterative formula converges. Specifically, I am looking at the formula xn+1=0.25(xn3+1) and I am thinking about it in the context of finding roots of a function, although it would be great if there was a general way...- 21joanna12
- Thread
- Formula Iterative
- Replies: 2
- Forum: Precalculus Mathematics Homework Help
-
I
Convergence of iterative method and spectral radius
Homework Statement Show that if given \mathbf{x}_0, and a matrix R with spectral radius \rho(R)\geq 1, there exist iterations of the form, \mathbf{x}_{n+1}=R\mathbf{x}_0+\mathbf{c} which do not converge. The Attempt at a Solution Let \mathbf{x}_0 be given, and let...- IniquiTrance
- Thread
- Convergence Iterative Method Radius
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
T
Archived Iterative method to solving the Colebrook-White equation
Homework Statement In our fluid mechanics class we were taught that we could use the following equation to solve for the Darcy friction factor f: To do this by hand: 1. Guess a value for 1/sqrt(F), guess 3 2. Get the right hand side result of the equation using 3 3. Use that result for the...- theBEAST
- Thread
- Iterative Method
- Replies: 1
- Forum: Introductory Physics Homework Help
-
I
What Iterative Method is This?
I haven’t really done much related to systems of linear equations for a couple years, so my memory is a bit faded. But, I was wondering if anyone could tell me what iterative method this is. I made it up a while ago to see if it would work, and have recently been coding it to see that it does...- Iseous
- Thread
- Iterative Method
- Replies: 15
- Forum: Linear and Abstract Algebra
-
J
Estimating the error of an iterative sequence
Homework Statement This isn't quite homework (though it's close), but I'm working on a quantum circuit and wish to implement an iterative method to find the square root of a number using elementary arithmetic operations (and without reciprocals). I've gotten most of it down, but the error...- jeku1987
- Thread
- Error Iterative Sequence
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
A
Recursive vs iterative approach
Maybe this question better belongs to programming section but I feel it has mathematics related doubt. I want an intuition on how iterative and recursive approaches are different. Just look at the simple arithmetic progression. nth term is given as a + n.d. This can be derived using both...- Avichal
- Thread
- Approach Iterative
- Replies: 18
- Forum: General Math
-
O
Iterative procedure for potential distribution of a cylindrical problem?
Hi there, I arrived at the solution for a electric potential problem for a semi-infinite cylinder (there was a potential distribution given for the boundary conditions but that's not important here). http://i210.photobucket.com/albums/bb283/DidgeFrank/Cylinder_pot.jpg The solution is...- OneMoreName
- Thread
- Cylindrical Distribution Iterative Potential Procedure
- Replies: 1
- Forum: Differential Equations
-
N
Wiki says that Runge-Kutta is iterative?
Hi, As you can seeh here, according to wikipedia, the Runge-Kutta methods are iterative, but I don't see what is iterative about it. As I see it, starting from a certain value of x where you know y, you calculate y at x+h, then at x+2h, etc. Where is the iteration?- nonequilibrium
- Thread
- Iterative Runge-kutta
- Replies: 4
- Forum: Differential Equations
-
S
The Jacobi Iterative method question
Homework Statement (Ax = B) A: 3.1410 -2.7180 1.4140 -1.7321 9.8690 2.7180 -7.3890 0.4280 2.2360 -2.4490 1.0000 -1.4140 31.0060 7.3890 -2.6450 0.1110 B: 3.316 0 3.141 1.414 The question in my Numerical Methods assignment asks to use the Jacobi Iterative method to solve the system...- Spectre Moncy
- Thread
- Iterative Jacobi Method
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
B
Finding the Iterative Function to Solve x3+x-1000=0
Homework Statement The iterative method is used to find the approximate root of the equation x3 + x - 1000 = 0 in [9, 10]. What is the suitable iterative function? Homework Equations The Attempt at a Solution How to find the iterative function and is there any conditions for one? Thanks for...- bb.minhtri
- Thread
- Iterative Method
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
K
Mathematica Can Mathematica handle complex values in iterative mapping?
I have no programming experience and trying to get mathematica to do what I need it to do is frustrating. I have the following functions that I need to iterate. For notational purposes, k[t+1] is the value of K in the next period. w is a parameter. k[t+1] = -x[t] - y[t] + w x[t+1] =...- KevinL
- Thread
- Iterative Map Mathematica
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Z
Iterative integration in several variables
as a physicist , there are some integrals in several variables that are DIVERGENT in order to regularize them i argue that for any integral in several variables \int_{V} f(x,y,z)dV you can always perform an interative integration (you integrate in variable 'x' for example keeping the...- zetafunction
- Thread
- Integration Iterative Variables
- Replies: 1
- Forum: Calculus
-
K
Recurrence Relation for Iterative Solution of Ax=b
_nx represents the nth iteration. Homework Statement Show that {_{n+2}}x = _nx + M^{-1}(b-A{_nx}) Homework Equations {_{n+1}}x = _nx + M_1^{-1}(b-A{_nx}) {_{n+2}}x = {_{n+1}}x + M_2^{-1}(b-A{_{n+1}x}) M = M_1(M_1+M_2-A)^{-1}M_2 The Attempt at a Solution I tried was...- Kidnapster
- Thread
- Iterative Recurrence Relation
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
P
Fort 77 and gnuplot iterative output jpegs
Hello, I have currently written a Fortran 77 simulation program that I need to display graphically for each timestep. So far it calls the system to have gnuplot open an include file that has the gnuplot script to plot from my data files and produce a jpeg. What I would like to do is have it...- ParticlesRule
- Thread
- Gnuplot Iterative Output
- Replies: 1
- Forum: Programming and Computer Science
-
T
Iterative methods for solving systems of linear differential equations
Hi. Anyway, learning this sort of makes me feel like I've chosen the wrong school for myself, but I'd like to try and see if I can understand this nevertheless. See, I'm supposed to learn various numerical methods for solving systems of linear equations, like the Jacobi or the Gauss-Seidel...- ThorX89
- Thread
- Differential Differential equations Iterative Linear Systems
- Replies: 5
- Forum: Linear and Abstract Algebra
-
S
Mathematica Mathematica:Plotting an iterative list on one graph
Hi i want the x -axis to go from 1 to 5, then plot the 2nd element of each pair, (so that they appear in a horizontal row ) for lis = {{4, 2}, {1, 3}, {2, 5}} I' ve been playing around with ListPlot and using it with Map[Last, lis] but not getting what i want my goal is to repeat...- Sarah rob
- Thread
- Graph Iterative List
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
Solving Iterative Method Homework | Physics Problem Help
Homework Statement I have a physics problem, but the math part is where I am getting stuck. I have to use the iterative method, which I understand, but I can't seem to get the correct result. My problem is that I have to plug the value of x=1.9195 into an equation f1(x)=(x/10)(x+3). I get a...- maherelharake
- Thread
- Iterative Method
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
C
Iterative expectation of continuous and discrete distributions
Homework Statement Suppose X ~ uniform (0,1) and the conditional distribution of Y given X = x is binomial (n, p=x), i.e. P(Y=y|X=x) = nCy x^{y} (1-x)^{n-y} for y = 0, 1,..., n. Homework Equations FInd E(y) and the distribution of Y.The Attempt at a Solution f(x) = \frac{1}{b-a} = \frac{1}{1-0}...- cielo
- Thread
- Continuous Discrete Distributions Expectation Iterative
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
K
Iterative Systems of Difference Equations
If one were to solve an iterative system, how would they do so. I'm studying them, and am wondering how to find fixed points? For example, say I have x_{n+1}=x_{n}^{2} and was looking at fixed points how would I do so. I'm studying fixed points and attracting and repelling.- kathrynag
- Thread
- Difference Iterative Systems
- Replies: 1
- Forum: Differential Equations
-
D
Iterative methods: system of linear equations
Hi all, I'm looking for a an effective technique for solving a system of linear equations. It should always converge, unlike jacobi or gauss seidel etc. It has to be more efficient than ordinary gauss elimination or kramers rule for large matrices. Thanks!- defunc
- Thread
- Iterative Linear Linear equations System
- Replies: 2
- Forum: General Math
-
D
Iterative square root? sqrt(2+sqrt(2+sqrt(
The other day I was playing with my calculator and noticed that \sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2+...}}}} \approx 2 But, what is that kind of expression called? How does one justify that limit? And, to what number exactly does converge, for example...- Damidami
- Thread
- Iterative Root Square Square root
- Replies: 6
- Forum: General Math
-
D
Solving Iterative Formulas: Xn+1 Explained
Homework Statement First of all this is revision not homework =) question is Xn+1 = Cuberoot ( 17.5-2xn) answer lies between 2 and 3. i know the answer is 2.34 but what i don't get is why it is xn+1 = equation, because when you put xn=2.34 into the equation you get 2.34 out...- DeanBH
- Thread
- Formulas Iterative
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
F
Iterative Methods: Faster Convergence Analysis
http://img142.imageshack.us/img142/6899/asdaps7.jpg I can't see how to do this at all, I can see how the methods come about easily enough, and of course find the root if needed and then show which converged faster. But I have nothing in my notes to hint me on how I can find which converges...- Firepanda
- Thread
- Iterative
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
S
Does least squares regularization have to be iterative?
Does a http://en.wikipedia.org/wiki/Tikhonov_regularization" solution for least squares have to be iteratively solved? Or is there a way to perform regularization via linear algebra, the way linear regression can be done by solving the (XTX)B=XTy normal equations?- SirTristan
- Thread
- Iterative Least squares Regularization Squares
- Replies: 2
- Forum: Linear and Abstract Algebra
-
B
How do I calculate the initial alpha for an iterative process in a finite well?
I am having a devil of a time trying to successfully perform an iterative process for a particle’s energy in a finite well. The equation describing the energy for a finite well is transcendental thus requiring a graphical or numerical solution. Although, the graphical solution is straight...- bluestar
- Thread
- Finite Iterative Process
- Replies: 3
- Forum: Quantum Physics
-
S
Non Iterative Modulous Calculation
hello, I'm interested in non-iteratative modulous calculation. As in, I would like to calculate the number of steps one has to take to reach the desired answer without an iterative set of calculations of any kind (i.e. not a+b+ b+b+b+b+b = answer or a+b = answer? - nope...- spikenigma
- Thread
- Calculation Iterative
- Replies: 14
- Forum: General Math
-
N
Find a Routine to Perform Iterations on Mathematica
Hi all, I am wondering if anyone knows of a routine to perform iterations on a computer which is both efficient and easy to implement in Mathematica. I basically have a single input, a, and a single output, b, which is computed through a black-box piece of code. I wish to create some kind...- natski
- Thread
- Iterative
- Replies: 13
- Forum: General Math
-
S
Solving a Trig Problem - is this iterative only?
Homework Statement Find when this is "0" for the first time: q(t) = e^{-20t} (5cos(40t) + \frac{5} {2} sin(40t)) Homework Equations The Attempt at a Solution 0 = e^{-20t} (5cos(40t) + \frac{5} {2}sin(40t)) 0 = (5cos(40t) + \frac{5} {2}sin(40t)) cos(40t) =...- Sparky_
- Thread
- Iterative Trig
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
D
Solving Kepler's equation using iterative technique
I am working on using a Runge Kutta 4th order code (in the C programming language) to predict a Keplerian orbit in 2 dimensions. My code seems to be working ok, producing a reasonable elliptical orbit given initial conditions x0, y0, Vx0 and Vy0 (initial position and velocity), however I'd like...- dgalvan123
- Thread
- Iterative
- Replies: 3
- Forum: Classical Physics
-
K
Newton (iterative) method to solve a diophantine equation
My question is..how could we use Newton method (or other iterative method ) to solve: Nx^2 -y^2=1 ?? :confused: :confused: The main problem i see is that the equation before could have some "non-integer" solutions note that (1) can be put in the form: \sqrt(Nx^2 -1)=y- Karlisbad
- Thread
- Iterative Method Newton
- Replies: 5
- Forum: Linear and Abstract Algebra
-
E
Can a Neumann Series Be Proposed for the Resolvent Kernel in Iterative Methods?
let be the integral equation: f(x)=\lambda \int_{0}^{1}dyK(x,y)f(y) where the Kernel is known and "lambada" is an small eigenvalue... the question is if i want to solve i propose the iterative scheme: f_{n+1} (x)=\lambda \int_{0}^{1}dyK(x,y)f_n(y) My question is if in this case i... -
K
Numeric precision with iterative matrix rotations
I couldn't find a forum section on numerical analysis, so I'm writing this here. I'm on the lookout for simple matrix rotation/multiplication methods that can overcome the precision problems associated with poorly conditioned matrices. In my case I'm trying to simulate the rotational...- Kludgy
- Thread
- Iterative Matrix Numeric Precision Rotations
- Replies: 5
- Forum: Computing and Technology