cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Mathcad program

JaydeepPanchal
1-Newbie

Mathcad program

Hello,

I am writing a program and I am stuck at one place. Please help me out to solve this problem.

The Face-width formula is

8/Pitch <= B <= 12.5/Pitch

And Pitch increase by 1 number up to 10.

So pitch = 1 facewidth should be inbetween 8/(1) <= B <= 12.5/(1)

and Pitch =2 facewidth should be inbetween 8/(2) <= B<= 12.5/(2)

UP TO

Pitch =10 facewidth should be inbetween 8/(10) <= B<= 12.5/(10)

I attached the file below.

Thank you.

Jaydeep

4 REPLIES 4

To repeat what Fred said in the other thread: "You need pay a bit more attention to the difference between vectors and range variables. "

See attached.

Alan

Hello Alan,

Can you please let me know from where I can learn more about Vectors and Range Variables.

Thank you.

Jaydeep.

Hi Jaydeep

In Mathcad under Help->Tutorials->Feature in Depth you will see Arrays and Range Variables. This is an important concept to understand. Vectors are simple columns of numbers. Range Variables are a very powerful tool, helping us create data and sequence thru data. These tutorials will help you separate the two.

The concept of Arrays (matrices/vectors) and range variables carry over to Mathcad Prime, so your learning investment is not wasted.

John

Also, this tutorial ("Mathcad: Using Vectors Instead of Range Variables") may be helpful:

http://learningexchange.ptc.com/tutorial/146/mathcad-using-vectors-instead-of-range-variables

Top Tags