Writing Critical and Reduced Temperatures Using Range Index in MathCAD

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
chidagi
Messages
2
Reaction score
0
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.
 

Attachments

Physics news on Phys.org
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.
 
Thank you again, you solved my problem.