photo

Joseph Palumbo


Last seen: mehr als ein Jahr vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

MATLAB Answers

4 Fragen
1 Antwort

RANG
296.898
of 301.296

REPUTATION
0

BEITRÄGE
4 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
25.0%

ERHALTENE STIMMEN
0

RANG
 of 21.225

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.832

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Explorer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Ayers 'Differential Equations Problem 4
I think this might be it, hope I just didn't understand what given by others to help me, but possibly the problem is just an exe...

fast 2 Jahre vor | 0

Frage


Differential Equation Ayers Chapter 2 problem 4
Here is my code: % Verify that (y-C)^2=Cx is the primitive eq_primitive=(y-C)^2==C*x; % Substitute the general solution i...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Ayers 'Differential Equations Problem 4
Could you help me do this in MatLab , I have figured it out with paper and pencil, Ayer's Schaums Outline Problem 4 , I've tried...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Is there a calc labs for the problems in Stewart's Early Transcendentals Calculus 6th Ed ?
There is a Calc Labs for Mathmatica and Maple is one available in MatLab for Stewart's Calculus 6th Edition Early Transcendental...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


want to differentiate 1+c*exp(t)/1-exp(t) which is 2*c*exp(t)/(1-exp(t))^2 and then return it to it's original form by integration using int(), understand rewrite(tanh,"exp")
% from Stewart's Calc 6 ed p. 599 just examples 1 and 2 %INPUT syms f c t y(t) y yprime yIntegral; y=(1+c*exp(t))/(1-c*exp(...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort