AliKhan

10 Reputation

8 Badges

13 years, 187 days

MaplePrimes Activity


These are replies submitted by AliKhan

Thanks alot Carl for your kind help.

Best Regards

A.Q.

Soton

Thanks alot Carl for your kind help.

Best Regards

A.Q.

Soton

Guys thanks for the replies.  I think I need to check my equation again.  Will be back.

Best Regards

A.Q

Guys thanks for the replies.  I think I need to check my equation again.  Will be back.

Best Regards

A.Q

Hi Carl,

I tried convert it simply changes cos to sin,  I just need to simply add the two equations which I mentioned before.

Can you just simplify them as much as you can.

Many Thanks

A.Q

Hi Carl,

I tried convert it simply changes cos to sin,  I just need to simply add the two equations which I mentioned before.

Can you just simplify them as much as you can.

Many Thanks

A.Q

@Mac Dude @acer

Many thanks, Mac and acer for your help.  I am now fine with the program using your advice.

Best Regards

A.Q.

Soton

@Mac Dude @acer

Many thanks, Mac and acer for your help.  I am now fine with the program using your advice.

Best Regards

A.Q.

Soton

Thanks alot for the help guys.  But using evalhf I can't sum A3(n)

Sum(A3(n)*cos(n*p*theta),n=1..10)

it gives following error

Error (in A3) cannot handle unevaluated name'n' in evalhf

Is there anyway I can get series of above equation.

The solution look like this    n=1,   6.935e15*cos(2*theta)+.....

Thanks in advance

Looking forward to your kind replies

A.Q

Thanks alot for the help guys.  But using evalhf I can't sum A3(n)

Sum(A3(n)*cos(n*p*theta),n=1..10)

it gives following error

Error (in A3) cannot handle unevaluated name'n' in evalhf

Is there anyway I can get series of above equation.

The solution look like this    n=1,   6.935e15*cos(2*theta)+.....

Thanks in advance

Looking forward to your kind replies

A.Q

Dear Markiyan,

Thanks alot for the help.  Method works fine.

Best Regards

A.Q

Soton

 

Dear Markiyan,

Thanks alot for the help.  Method works fine.

Best Regards

A.Q

Soton

 

Thanks alot Christopher for your kind reply. It worked for my case.

Best regards

A.Q

Soton

Thanks alot Christopher for your kind reply. It worked for my case.

Best regards

A.Q

Soton

Hi Douglas,

Thanks for the previous help.  I just need some help in making the function periodic over 2*Pi instead of alphad.

beta := 0.25;
alpha0 := 0.2580;
alphad := 0.545;
Bmax := 0.7;
B1 := (1-beta-beta*cos(Pi*alpha/(0.8*alpha0)))*Bmax;
B2 := Bmax;
B := piecewise( alpha<0.8*alpha0, B1, B2 );
plot( B, alpha=0..alphad );

I shall be very thankful if you could help me.

Looking forward to your kind reply

Kind Regards

A.Q.

1 2 3 4 5 6 Page 1 of 6