Writing Critical and Reduced Temperatures Using Range Index in MathCAD

AI Thread Summary
The discussion centers on using Mathcad to calculate critical temperatures and reduced temperatures with a range index. A user seeks guidance on how to implement this, expressing their inexperience with the software. Another participant provides a solution by suggesting a method to define a range index and calculate reduced temperatures using a formula. Additionally, there is a reminder to use nonproprietary file formats for attachments, as proprietary formats can hinder accessibility. The exchange highlights the importance of clear communication and sharing compatible files in collaborative environments.
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.
 
Back
Top