Joseph Palumbo - MATLAB Central
photo

Joseph Palumbo


Last seen: 5ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/24 to 03/25Use left and right arrows to move selectionFrom 02/24Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
1 回答

ランク
195,935
of 297,695

評判
0

コントリビューション
4 質問
1 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 20,466

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,380

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Explorer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
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...

10ヶ月 前 | 0

質問


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

10ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

10ヶ月 前 | 2 件の回答 | 0

2

回答

質問


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

約1年 前 | 1 件の回答 | 0

1

回答

質問


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

約1年 前 | 1 件の回答 | 0

1

回答