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 JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Having trouble using the index feature on Mathcad 15 5

Status
Not open for further replies.

Silvestre_

Electrical
Joined
Oct 29, 2020
Messages
3
Location
BR
I'm having the following issue on Mathcad, I want to create an iterative index to calculate the values on the table, but can't, any idea on how to solve this?

Capture_oilytq.png
 
you need to put a place holder for the column like l[n,k
 
Should work if you follow IRstuff. Just type n:=1..15 without following '='
 
Statement n:=1..15= converts range 'n' variable into an array, which cannot be used for indexing. See examples of PTC. Mathcad 15 is not different in this respect:
Clipboard01_th7wg5.png

Clipboard02_qgtzwg.png
 
I don't know how to mention users, but thanks @yakpol and @IRstuff, i initially thought that @IRstuff was referring to the equal sign at the end of second assignment, thanks also @yakpol for your lengthy explanation, thanks also @structSU10

[bigsmile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top