Message Boards Message Boards

0
|
2648 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Iterating a simplification and summation of formulas?

Posted 2 years ago

This is a Mathematica sheet I want to translate it as to the Maple sheet to do the iteration.

In this picture a Maple sheet, I want to know how to do the iteration which in this file

Attachment

Attachment

Attachments:
POSTED BY: abdelaala ahmed
2 Replies
Posted 2 years ago

Some issues.

This does not look right, there is no body in the loop, and For evaluates to Null unless it has a Return.

ite=For[y=0,y<=500,y++;x=.0+.01*y]; 

s depends on m

s = (4.7 + I m \[Pi])/t

but earlier in the code m depends on s, which results in the recursion

m = (1 + \[Tau]q s + 1/2 (\[Tau]q s)^2)
POSTED BY: Rohit Namjoshi

I appreciate your time, but it's my try to translate the Maple sheet to Mathematica. I hope you help me Mr @Rohit Namjoshi.

POSTED BY: abdelaala ahmed
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract