Community Profile

photo

sarra aloui


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


solving a function equal to zero
i am trying to run this code to obtain the last value to the function y=0 format loose format compact format long m=[ 4000 ...

5 years ago | 1 answer | 0

1

answer

Question


solving a multi variables function equal to zero uzing fzero
i was trying to solve this code format loose format compact format long m=[ 4000 50 ] ; s= [400 5 ] ; r=[1 0.5 , 0.5 1 ...

5 years ago | 1 answer | 0

1

answer

Answered
Solving equation equal to zero with multivariables
thank you for your help but how can i make it for n number of x that i have (n-1) values of m and i am looking for the last valu...

5 years ago | 0

| accepted

Question


Solving equation equal to zero with multivariables
m=[ 4000 50 ] ; ls=[]; n=length(m) ; for i = 1 : n eval(sprintf('syms x%i,',i)); eval(sprintf('x(%i) = x%i;', i,...

5 years ago | 1 answer | 0

1

answer