0% found this document useful (0 votes)
3 views

Basicmatrix 2

Uploaded by

pyarlachiru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Basicmatrix 2

Uploaded by

pyarlachiru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

1/8/24 11:34 AM MATLAB Command Window 1 of 3

>> [1 4;2 3]

ans =

1 4
2 3

>> [5 4;6 3]

ans =

5 4
6 3

>> a

a =

1
2

>> a

a =

1 4
2 3

>> c

c =

6 8
8 6

>> d

d =

-4 0
-4 0

>> e

e =

29 16
28 17

>> f
1/8/24 11:34 AM MATLAB Command Window 2 of 3

f =

5 16
12 9

>> g

g =

2.3333 -1.7778
1.3333 -0.7778

>> h

h =

0.2000 1.0000
0.3333 1.0000

>> i

i =

9 16
8 17

>> j

j =

1 16
4 9

>> k

k =

-5

>> l

l =

-0.6000 0.8000
0.4000 -0.2000

>> m

m =

2 8
1/8/24 11:34 AM MATLAB Command Window 3 of 3

4 6

>> n

n =

1 2
4 3

>> q

q =

1 4 1 4
2 3 2 3
5 4 5 4
6 3 6 3

>> p

p =

1 4 1
2 3 2
5 4 5

>> r

r =

4 1 1 4
3 2 2 3
4 5 5 4
3 6 6 3

>>

You might also like