photo

marina


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
82.977
of 300.365

REPUTATION
0

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
25.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
158.264
of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten