Mathcad to SMath statements

Mathcad to SMath statements - Сообщения

#1 Опубликовано: 15.05.2019 13:17:04
The Cross

The Cross

0 сообщений из 73 понравились пользователям.

Группа: 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 Опубликовано: 15.05.2019 20:49:05
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: 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 !
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений