PDA

View Full Version : MathCAD help with range index


chidagi
Dec25-10, 06:31 AM
Hello everyone,

I want to write in mathcad some critical temperatures and reduced temperatures using a range index (like in the document i've attached) and i can't figure how to do it (i'm new in mathcad)
Is it possible to write those in this way?

Thank you and sorry if i put the question in the wrong section.

nvn
Dec25-10, 11:18 AM
chidagi: Try this, and see if it is what you want.

i := 1 ... 5
Tcri := 200, 300, 350, 400, 450
T := 100
Tri := T/Tcri
Tr =
Tr2 =

Also, please use a nonproprietary, portable file format for attached files. I cannot open proprietary file formats, such as .doc.

chidagi
Dec25-10, 02:40 PM
Thank you again, you solved my problem.