Skip to main content
1-Visitor
March 29, 2019
Solved

Error trying to get a matrix

  • March 29, 2019
  • 1 reply
  • 1917 views

Good morning,

I'm trying to create a mathcad code for analysis of RC sections but I'm getting this problem.

It was supposed that the vector esk was 10e-5 in all elements, but some in some terms I'm getting 4x1 when was supposed to be 0, how can i solve it?

My code is in annex if someone wants.

Best answer by terryhendicott

Hi,

 

You defined xs, ys, As with subscript k meaning each element was a 4x1 matrix.  Define them like this without the subscript k in the definition. Cheers

 

Capture.PNG

1 reply

21-Topaz II
March 30, 2019

Hi,

 

You defined xs, ys, As with subscript k meaning each element was a 4x1 matrix.  Define them like this without the subscript k in the definition. Cheers

 

Capture.PNG

anaxec1-VisitorAuthor
1-Visitor
April 1, 2019

thanks bro, it worked well