Few questions and again if statement
|
12-25-2021, 07:33 PM
(This post was last modified: 12-25-2021 07:38 PM by roadrunner.)
Post: #2
|
|||
|
|||
RE: Few questions and again if statement
1. There are no tables in the prime, but check out the functions:
CHISQUARE(d,x), NORMALD([μ, σ,] x), and STUDENT(d,x) 2. As far as your program i think you want an if then else statement: IF(q1<0) THEN q3:=p1+180; ELSE q3:=p1; END; IF(q2<0) THEN q4:=p2+180; ELSE q4:=p2; END; 3. What you want to do with the built in matrix variables should work. Here is an example program that puts two random matrixes in M1 and M2, then calculates M3 with your formula and prints M3(3,3) Code: EXPORT mattest() -road |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Few questions and again if statement - Amer7 - 12-25-2021, 01:36 PM
RE: Few questions and again if statement - roadrunner - 12-25-2021 07:33 PM
RE: Few questions and again if statement - Amer7 - 12-28-2021, 11:27 AM
RE: Few questions and again if statement - Wes Loewer - 12-28-2021, 08:06 PM
RE: Few questions and again if statement - Amer7 - 12-28-2021, 09:03 PM
|
User(s) browsing this thread: 1 Guest(s)