Community Profile

photo

Erik Ramirez


Last seen: 4年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Shooting method problem the error is : "Dot indexing is not supported for variables of this type."
My shooting method code works when i plug this in into the ode solver and gives me a solution : ODE1 = diff(x) == x + l; ODE2...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Why isn't my shooting method running?
Ive attached the functions that my shooting method m file is using. Im trying to use ode solver to solve the two point boundary ...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


How to label answers from a function you called in a script?
When i call the ODESystemSolver i get two answers back. But how can i label them in the code. Basically need those t...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Why is my newton method giving me a huge answer? What am i doing wrong?pls help
x= sym('x'); p = 0.6; F = x^5+4*x^2-1; F_prime = diff(F); N=0; q = p - subs(F,x,p)/subs(F_prime,x,p); while(N < 100 ...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


Bisection method not working. Is my code heading in the right direction?
x=sym('x'); endpoint_a = input('Plese input your endpoint a: '); endpoint_b = input('Plese input your endpoint b: '); tol ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


why is my Fixed point iteration method only giving me first iteration. (i included info at the bottom of code and the next few iterations answers)
x= sym('x'); tol=.00001; n_0=input('Plese input your number of iterations: '); p_0=input('Plese input your initial approxi...

4年以上 前 | 1 件の回答 | 0

1

回答