3-25-5
Octave
clc clear A = [ 5 0 2; -1 3 0] B =[5 1 2; 0 3 0 ] z1 = ~A z2 = A & B z3 = A|B a = 2 b = 4 c = 10 d1 = a<b && b<c d2 = a<b && b>c d3 = a<b || b>c
Output
Embed on website
To embed this program on your website, copy the following code and paste it into your website's HTML:
Comments
This comment belongs to a banned user and is only visible to admins.
This comment belongs to a deleted user and is only visible to admins.