Thomas Madden

183 Reputation

7 Badges

20 years, 141 days

MaplePrimes Activity


These are replies submitted by Thomas Madden

Just a clarification. If you use the Statistics package you do not have to define the pdf explicitly if your random variable has one of the distributions from the inventory on the help page. Just define the random variable, then you can use PDF, CDF, DensityPlot, ... I defined the pdf explicitly above in the event you just wanted to plot it without using the Statistics package. I probably should have been more clear about that. Thomas
Just a clarification. If you use the Statistics package you do not have to define the pdf explicitly if your random variable has one of the distributions from the inventory on the help page. Just define the random variable, then you can use PDF, CDF, DensityPlot, ... I defined the pdf explicitly above in the event you just wanted to plot it without using the Statistics package. I probably should have been more clear about that. Thomas
In regard to #4, you can already assign output to a function. See unapply in the help files. Thomas

Following Joe Riel's example with a slight modification (see help Legendre):

> restart:

> _EnvLegendreCut:=1..infinity;

Maple Equation

> LegendreP(1,1,cos(x));

Maple Equation

> simplify(%);

Maple Equation

> expand(%^2);

Maple Equation

> simplify(sqrt(%),symbolic);

Maple Equation

Thomas

This post was generated using the MaplePrimes File Manager

View 162_LegendreP.mw on MapleNet or Download 162_LegendreP.mw
View file details

Following Joe Riel's example with a slight modification (see help Legendre):

> restart:

> _EnvLegendreCut:=1..infinity;

Maple Equation

> LegendreP(1,1,cos(x));

Maple Equation

> simplify(%);

Maple Equation

> expand(%^2);

Maple Equation

> simplify(sqrt(%),symbolic);

Maple Equation

Thomas

This post was generated using the MaplePrimes File Manager

View 162_LegendreP.mw on MapleNet or Download 162_LegendreP.mw
View file details

Glad I could help George. I am thankful that Maplesoft has created this site. In my opinion they have done an outstanding job with it. I am also extremely grateful for the Maple experts who take the time to post here. Thomas
Glad I could help George. I am thankful that Maplesoft has created this site. In my opinion they have done an outstanding job with it. I am also extremely grateful for the Maple experts who take the time to post here. Thomas
If you assumed that the constants were positive reals. assume(a > 0, m > 0) That makes them variables for the purposes of plotting doesn't it? Thomas
If you assumed that the constants were positive reals. assume(a > 0, m > 0) That makes them variables for the purposes of plotting doesn't it? Thomas

> restart;

>

> int(convert(exp(I*z*cos(x)), trig), x=0..Pi);

Maple Equation

Hope this helps!

Thomas

This post generated using the online HTML conversion tool
Download the original worksheet

That works really well, thanks to both of you!
That works really well, thanks to both of you!
Roman, Thanks for your response. BTW there is an update (10.02) at the Maplesoft site.
I have removed this comment since I realize alec's comment is more accurate.
> Re(evalf(Psi(2,2+2*I))); 0.03902435405 since: > Psi(2,2+2*I); Psi(2, 2 + 2 I) > > evalf(Psi(2,2+2*I)); 0.03902435405 + 0.1565674760 I Now apply Re
First 6 7 8 9 Page 8 of 9