photo

Joseph Palumbo


Last seen: environ un an il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
1 Réponse

RANG
288 121
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Explorer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus d'un an il y a | 0

Question


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

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


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

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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

plus d'un an il y a | 1 réponse | 0

1

réponse