Community Profile

photo

marina


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


When is Easter?Plot a bar graph of the dates of Easter during the 21-st century.
well ,the Easter occur 22 in March ,and 78 in April during the 21-st century . but I don't know how to solve those question . ...

10 years ago | 0 answers | 0

0

answers

Question


If you try to run the fllowing program,how long would it take?
c=clock d=c(3) while d==c(3) c=clock; end what's the meaning of"if you insist on running it,change both _3's to...

10 years ago | 1 answer | 0

1

answer

Question


What is the largest Fibonacci number that can be represented exactly as a MATLAB double-precision quantity without roundoff error?
Another question : What is the index of largest Fibonacci number that can be represented approximately as a MATLAB double-pre...

10 years ago | 1 answer | 0

1

answer

Question


using fsolve to solve the golden ratio equation, the numerical solution have a extraneous root,but it displays -1,why?
f=@(x)x-sqrt(1+x); x1=fsolve(f,1) x2=fsolve(f,-1) x1=1.61803399144948 is correct. But why x2=-1 ?...

10 years ago | 3 answers | 0

3

answers