photo

Peter M Hogan


Last seen: casi 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Newtons method for system of nonlinear equations
function p = sysNewton(f,J,x0,tol) % f is the system of equations as a column vector % this an anonymous function with a vec...

más de 5 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Newtons Method, help calling anon function inside of function file
Ok so I have been tasked with writing a file myNewton which finds the root of any function given the listed inputs. I am maybe m...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Anonymous function inside of function file
Attatched is the problem and my attempt so far.

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Piecewise defined function ouput array problem
Here is the problem: t=linspace(0,50,100); v=[]; for i =linspace(1,100) if t(i)<10 && t(i)>~0 v(i)= 11*t(i)^2-5*t(i) e...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I want to combine two anon functions, p(h) and t(p) and plot them against each other
p= 29.921(1-6.8753*10^(-6)*h)^(5.2559) T=49.161*log(p)+44.932 i want to write a script such that p and t are anon functs and ...

más de 5 años hace | 1 respuesta | 0

1

respuesta