Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looping in mathcad

Status
Not open for further replies.

yakpol

Structural
Joined
Jun 1, 2001
Messages
450
Location
CA
Hi,
I am relatevly new in mathcad maybe my question is a very basic one.
I am performing calculations on the array of numbers. The result of the calculations will be array as well. Some of calculations include integration and mathcad does not like me using array variables in the formula under integral. Programming in VB I would simply write a "for" loop like:
for i = 1
S = function(x)
next i

I could not figure out how to accomplish it using "for" loop in programming options of mathcad.

thank you very much for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top