Community Profile

photo

R Abhinandan


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

2년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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.

3년 초과 전

문제를 풀었습니다


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...

3년 초과 전

문제를 풀었습니다


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:...

3년 초과 전

질문


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=...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

3년 초과 전 | 답변 수: 1 | 1

1

답변