photo

Phi Tran


Last seen: más de 4 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


What is causing this to have an infinite loop??
%testing our newton's method on a known problem %we know the root is pi p0 = 1;%initial guess tol = 1e-8; exact = ...

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

1

respuesta

Pregunta


Need help storing each iteration from "for loop" to a vector.
I have a "newton.m" (newton's method) file that I want to iterate 1000 times starting from -3 to 4. I am having issues with stor...

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

1

respuesta

Pregunta


How do I plot this?? "if, elseif, else"
t=0; for i=0:50 t=t+1 if (0 <= t && t < 10) v=(11*(t.^2))-(5*t) elseif(10 <= t && t...

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

1

respuesta

Pregunta


How do I run increments of numbers through a function?
I would like to know how to run numerous numbers through a function. For example, I would like to start at number 95 and decreas...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I take a "for loop" answer and put it to an "if" statement command?
TNY =[31, 26, 30, 33, 33, 39, 41, 41, 34, 33, 45, 42, 36, 39, 37, 45,43, 36, 41, 37, 32, 32, 35, 42, 38, 33, 40, 37, 36, 51, 5...

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

1

respuesta