Community Profile

photo

R Abhinandan


Last seen: oltre 2 anni fa Attivo dal 2020

Statistiche

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Domanda


Multiple plots not working on the simulink spring mass model
In this pdf, page number 39, exericse 2 i tried implementing the same code using the same method but my output graph is like thi...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

oltre 3 anni fa

Risolto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

oltre 3 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 3 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

oltre 3 anni fa

Domanda


Infinite loop in False postion method
Here is my code for false position method and im getting a infinite loop, i want it to stop at tol=10^-4, can someone help? a=...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding roots using Newton raphson method
Here is my code and my output is a function and not a numerical value as I expected. Can anyone debug this code? syms f y x df...

oltre 3 anni fa | 1 risposta | 1

1

risposta