(Choose 2 answers)
Suppose I first execute the following Octave commands:
A. (1)
B. (II)
C. (III)
D. (IV)
A1 2 3 4 5 6];
B1 2 3 4 5 6];
Which of the following are then valid Octave commands? Check all that apply and assume all options are written in an Octave command, (Hint: A' denotes the transpose of A.)
(1)C-A+B
(11)C-BA
(Ⅲ)C-A-B
(IV) C-BA
E22