Version 0.1.8037.2733
Functions
Additional components that add new mathematical functions to the SMath Studio program, necessary for solving problems from various fields.
-
bqabs("matrix")
(x) calculate |x|. -
bqacos("matrix")
(x) calculate acos(x). -
bqadd("1:number", "2:number")
(a,b) returns a + b. -
bqasin("matrix")
(x) calculate asin(x). -
bqcos("matrix")
(x) calculate cos(x). -
bqcosh("matrix")
(x) calculate cosh(x). -
bqctan("matrix")
(x) calculate ctan(x). -
bqdiv("1:number", "2:number")
(a,b) returns a / b. -
bqexp("matrix")
(x) calculate exp(x). -
bqfrm2("matrix")
(x) converts complex matrix 2x2 to one-row biquaternion. -
bqlog("matrix")
(x) calculate log(x). -
bqmul("1:number", "2:number")
(a,b) returns a * b. -
bqneg("matrix")
(x) calculate x^(-1). -
bqnew(...)
(p0-p7) creates quaternion using components. -
bqsin("matrix")
(x) calculate sin(x). -
bqsinh("matrix")
(x) calculate sinh(x). -
bqsqrt("matrix")
(x) calculate sqrt(x). -
bqsub("1:number", "2:number")
(a,b) returns a - b. -
bqtan("matrix")
(x) calculate tan(x). -
bqtanh("matrix")
(x) calculate tanh(x). -
bqtom2("matrix")
(x) converts one-row biquaternion to complex matrix 2x2.