Skip to main content
1-Visitor
April 11, 2014
Solved

The same value in the matrix

  • April 11, 2014
  • 3 replies
  • 1386 views

Hi,

I am MathCad beginner. I'd like ask a question: How can I link value of one matrix element with another element at the another position. (For example in the Excel: I have the cell A1 where i wrote number 5 and I want the same value for the cell B2. So I will write =A1 to the B2 - Is it possible something similar in the MathCad?

thx for answering

Steve

Best answer by AlanStevens

Perhaps this might help:

Matrix.PNG

Alan

3 replies

25-Diamond I
April 11, 2014

In Mathcad its easy as we have named variables - its not a spreadsheet.

If you want assign variable b the same value as variable a, you simply type b:=a

If you really are talking about true Mtahcad matrices, you'll have to post a concrete example (in Mathcad) to show what you want.

1-Visitor
April 14, 2014

I suggest you read through the help section and go through the tutorials.

19-Tanzanite
April 14, 2014

Perhaps this might help:

Matrix.PNG

Alan

1-Visitor
April 14, 2014

Thank you Alan,

your answer really help me.