photo

Joseph Palumbo


Last seen: 5 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
144,519
of 297,527

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
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 months 前 | 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 months 前 | 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 months 前 | 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...

12 months 前 | 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 year 前 | 1 个回答 | 0

1

个回答