Mathcad to SMath statements

Mathcad to SMath statements - Messages

#1 Posted: 5/15/2019 1:17:04 PM
The Cross

The Cross

0 likes in 73 posts.

Group: User

Does SMath have equivalent commands to Mathcad's "length(v)" and "last(v)" for returning the number of elements in vector "v"?

More specifically, I'm looking to translate the following Mathcad statements into SMath.

i:=0..last ⎛ ⎝Ln⟨0⟩⎞⎠ where Ln contains a previously-assigned 3x3 matrix of values
j≔0‥2
#2 Posted: 5/15/2019 8:49:05 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Does SMath have equivalent commands to Mathcad's "length(v)" and "last(v)" for returning the number of elements in vector "v"?


1. length),) ... from f(x) menu
2. code last(,) like this => last(v):=rows(v)
last(,) in Mathcad is redondant !
  • New Posts New Posts
  • No New Posts No New Posts