You are on page 1of 16

Tarea 1:

5.

In[13]:= A =  2 -1 
3 2
Out[13]= {{2, - 1}, {3, 2}}

In[16]:=  Det{{2,-1},{3,2}}

Input interpretation:
2 -1
 
3 2
left bracketing bar m right bracketing bar is the determinant »

Results: Laplace expansion | ▾ Hide steps

7
Possible intermediate steps:
Find the determinant:
2 -1
 
3 2

Multiply along the diagonals and subtract:


2×2 - (-1) × 3

(-1)2  1:
2×2 + 3

2×2  4:
4+3

4 + 3  7:

Answer:

Visualization:

Printed by Wolfram Mathematica Student Edition


2

-1 1 2 3 4 5
(2, -1)
-1
(3, 2)

Number line:

5 6 7 8 9

Number name:

seven

Visual representation:



0 3 0
In[17]:= B= 2 0 0
0 0 -5
Out[17]= {{0, 3, 0}, {2, 0, 0}, {0, 0, - 5}}

In[18]:=  Det{{0,3,0},{2,0,0},{0,0,-5}}

Input interpretation:
0 3 0
2 0 0
0 0 -5
left bracketing bar m right bracketing bar is the determinant »

Results: Laplace expansion | ▾ Hide steps

30
Possible intermediate steps:
Find the determinant:
0 3 0
2 0 0
0 0 -5

Row 1 has as many or more zeros than the others:


0 3 0
 2 0 0
0 0 -5

0 3 0
0 0 2 0 2 0
     

Printed by Wolfram Mathematica Student Edition


3

0 0 2 0 2 0
The determinant of the matrix 2 0 0 is given by 0   + (-3)  +0 :
0 -5 0 -5 0 0
0 0 -5
0 0 2 0 2 0
0  + (-3)  +0 
0 -5 0 -5 0 0

Remove all terms where the coefficient is 0:


2 0
 (-3)  
0 -5

2 0
(-3)    (-3) (2 (-5) - 0 ×0)  -3 (-10)  30 :
0 -5
 30

Order the terms in a more natural way:

Answer:

 30

Number line:

25 30 35

Number name:

thirty

Visual representation:



4 2 0
In[19]:= C= 0 -2 5
constante
0 0 3

Set: Symbol C is Protected.

Out[19]= {{4, 2, 0}, {0, - 2, 5}, {0, 0, 3}}

Printed by Wolfram Mathematica Student Edition


4

In[20]:=  Det{{4,2,0},{0,-2,5},{0,0,3}}

Input interpretation:
4 2 0
0 -2 5
0 0 3
left bracketing bar m right bracketing bar is the determinant »

Results: Use matrix properties | ▾ Hide steps

-24
Possible intermediate steps:
Find the determinant:
4 2 0
0 -2 5
0 0 3

The determinant of an upper triangular matrix is the product of its diagonal elements:
4 2 0
0 -2 5
0 0 3

4 (-2) 3  -24:

Answer:

-24

Number line:

-40 -30 -20 -10

Number name:

negative twenty-four

4 2 2 0
In[22]:= D= 2 0 0 0
3 0 0 1
deriva
0 0 1 0

Set: Symbol D is Protected.

Out[22]= {{4, 2, 2, 0}, {2, 0, 0, 0}, {3, 0, 0, 1}, {0, 0, 1, 0}}

In[23]:=  Det{{4,2,2,0},{2,0,0,0},{3,0,0,1},{0,0,1,0}}

Printed by Wolfram Mathematica Student Edition


5

Input interpretation:
4 2 2 0
2 0 0 0
3 0 0 1
0 0 1 0
left bracketing bar m right bracketing bar is the determinant »

Results: Row operations | ▾ Hide steps

4
Possible intermediate steps:
Find the determinant:
4 2 2 0
2 0 0 0
3 0 0 1
0 0 1 0

1
Subtract × (row 1) from row 2:
2
4 2 2 0
0 -1 -1 0

3 0 0 1
0 0 1 0

3
Subtract × (row 1) from row 3:
4
4 2 2 0
0 -1 -1 0

0 - 32 - 32 1
0 0 1 0

3
Subtract × (row 2) from row 3:
2
4 2 2 0
0 -1 -1 0

0 0 0 1
0 0 1 0

Swap rows 3 and 4. This changes the sign of the determinant:


4 2 2 0
0 -1 -1 0
-
0 0 1 0
0 0 0 1

The determinant of an upper triangular matrix is the product of its diagonal elements:

Answer:

4 2 2 0
0 -1 -1 0
-  -4 (-1)  4

Printed by Wolfram Mathematica Student Edition


6

  4 ( 1)  4
0 0 1 0
0 0 0 1

Number line:

3.0 3.5 4.0 4.5 5.0

Number name:

four

Visual representation:



6.
In[24]:= A=2 1
4 3
Out[24]= {{2, 1}, {4, 3}}

In[25]:=  Det{{2,1},{4,3}}

Input interpretation:
2 1
 
4 3
left bracketing bar m right bracketing bar is the determinant »

Results: Laplace expansion | ▾ Hide steps

2
Possible intermediate steps:
Find the determinant:
2 1
 
4 3

Multiply along the diagonals and subtract:


2×3 - 1×4

2×3  6:
6-4

6 - 4  2:

Answer:

Printed by Wolfram Mathematica Student Edition


7

Visualization:

(2, 1)

1 2 3 4 5 6
(4, 3)

Number line:

1.4 1.6 1.8 2.0 2.2 2.4 2.6

Number name:

two

Visual representation:



0 0 -2
In[26]:= B= 0 3 0
4 0 0
Out[26]= {{0, 0, - 2}, {0, 3, 0}, {4, 0, 0}}

In[27]:=  Det{{0,0,-2},{0,3,0},{4,0,0}}

Input interpretation:
0 0 -2
0 3 0
4 0 0
left bracketing bar m right bracketing bar is the determinant »

Results: Laplace expansion | ▾ Hide steps

24
Possible intermediate steps:

Printed by Wolfram Mathematica Student Edition


8

Possible intermediate steps:


Find the determinant:
0 0 -2
0 3 0
4 0 0

Row 1 has as many or more zeros than the others:


0 0 -2
 0 3 0
4 0 0

0 0 -2
3 0 0 0 0 3
The determinant of the matrix 0 3 0 is given by 0  +0  + (-2)  :
0 0 4 0 4 0
4 0 0
3 0 0 0 0 3
0 +0  + (-2)  
0 0 4 0 4 0

Remove all terms where the coefficient is 0:


0 3
 (-2)  
4 0

0 3
(-2)    (-2) (0 ×0 - 3×4)  -2 (-12)  24 :
4 0
 24

Order the terms in a more natural way:

Answer:

 24

Number line:

18 20 22 24 26 28 30

Number name:

twenty-four

Visual representation:



Printed by Wolfram Mathematica Student Edition


9

3 4 2
In[28]:= C= 2 5 0
constante
3 0 0

Set: Symbol C is Protected.

Out[28]= {{3, 4, 2}, {2, 5, 0}, {3, 0, 0}}

In[29]:=  Det{{3,4,2},{2,5,0},{3,0,0}}

Input interpretation:
3 4 2
2 5 0
3 0 0
left bracketing bar m right bracketing bar is the determinant »

Results: Laplace expansion | ▾ Hide steps

-30
Possible intermediate steps:
Find the determinant:
3 4 2
2 5 0
3 0 0

Row 3 has as many or more zeros than the others:


3 4 2
 2 5 0
3 0 0

3 4 2
4 2 3 2 3 4
The determinant of the matrix 2 5 0 is given by 3  +0 +0 :
5 0 2 0 2 5
3 0 0
4 2 3 2 3 4
3 +0 +0 
5 0 2 0 2 5

Remove all terms where the coefficient is 0:


4 2
3 
5 0

4 2
3   3 (4 ×0 - 2×5)  3 (-10)  -30 :
5 0
 -30

Order the terms in a more natural way:

Answer:

 -30

Printed by Wolfram Mathematica Student Edition


10

Number line:

-50 -40 -30 -20 -10

Number name:

negative thirty

-4 2 0 0
In[30]:= D= 2 3 1 0
3 1 0 2
deriva
1 3 0 3

Set: Symbol D is Protected.

Out[30]= {{- 4, 2, 0, 0}, {2, 3, 1, 0}, {3, 1, 0, 2}, {1, 3, 0, 3}}

In[31]:=  Det{{-4,2,0,0},{2,3,1,0},{3,1,0,2},{1,3,0,3}}

Input interpretation:
-4 2 0 0
2 3 1 0
3 1 0 2
1 3 0 3
left bracketing bar m right bracketing bar is the determinant »

Results: Row operations | ▾ Hide steps

2
Possible intermediate steps:
Find the determinant:
-4 2 0 0
2 3 1 0
3 1 0 2
1 3 0 3

Swap rows 1 and 4. This changes the sign of the determinant:


1 3 0 3
2 3 1 0
-
3 1 0 2
-4 2 0 0

Subtract 2 × (row 1) from row 2:


1 3 0 3
0 -3 1 -6
-
3 1 0 2
-4 2 0 0

Printed by Wolfram Mathematica Student Edition


11

Subtract 3 × (row 1) from row 3:


1 3 0 3
0 -3 1 -6
-
0 -8 0 -7
-4 2 0 0

Add 4 × (row 1) to row 4:


1 3 0 3
0 -3 1 -6
-
0 -8 0 -7
0 14 0 12

Swap rows 2 and 4. This changes the sign of the determinant:


1 3 0 3
0 14 0 12

0 -8 0 -7
0 -3 1 -6

4
Add × (row 2) to row 3:
7
1 3 0 3
0 14 0 12

0 0 0 - 17
0 -3 1 -6

3
Add × (row 2) to row 4:
14
1 3 0 3
0 14 0 12
 0 0 0 -1
7
0 0 1 - 24
7

Swap rows 3 and 4. This changes the sign of the determinant:


1 3 0 3
0 14 0 12
 - 0 0 1 - 24
7
0 0 0 - 17

The determinant of an upper triangular matrix is the product of its diagonal elements:

Answer:

1 3 0 3
0 14 0 12 1
 - 0 0 1 - 24  - ×14 (-1)  2
7 7
1
0 0 0

Printed by Wolfram Mathematica Student Edition


12

0 0 0 -7

Number line:

1.4 1.6 1.8 2.0 2.2 2.4 2.6

Number name:

two

Visual representation:



17.
4 -3 5
In[32]:= A= 5 2 0
2 0 4
Out[32]= {{4, - 3, 5}, {5, 2, 0}, {2, 0, 4}}

In[33]:=  Det{{4,-3,5},{5,2,0},{2,0,4}}

Input interpretation:
4 -3 5
5 2 0
2 0 4
left bracketing bar m right bracketing bar is the determinant »

Results: Laplace expansion | ▾ Hide steps

72
Possible intermediate steps:
Find the determinant:
4 -3 5
5 2 0
2 0 4

Row 2 has as many or more zeros than the others:


4 -3 5
 5 2 0
2 0 4

4 -3 5
-3 5 4 5 4 -3
The determinant of the matrix 5 2 0 is given by (-5)  +2 +0 :
0 4 2 4 2 0
2 0 4
-3 5 4 5 4 -3
 (-5)  +2 +0 
0 4 2 4 2 0

Printed by Wolfram Mathematica Student Edition


13

     
0 4 2 4 2 0

Remove all terms where the coefficient is 0:


-3 5 4 5
 (-5)  +2 
0 4 2 4

-3 5
(-5)    (-5) ((-3) × 4 - 5 ×0)  -5 (-12)  60 :
0 4
4 5
 60 + 2  
2 4

4 5
2   2 (4 ×4 - 5×2)  2×6  12 :
2 4
 60 + 12

60 + 12  72:

Answer:

 72

Number line:

60 70 80 90

Number name:

seventy-two

2 0 1 4
In[34]:= B= 3 2 -4 -2
2 3 -1 0
11 8 -4 6
Out[34]= {{2, 0, 1, 4}, {3, 2, - 4, - 2}, {2, 3, - 1, 0}, {11, 8, - 4, 6}}

In[35]:=  Det{{2,0,1,4},{3,2,-4,-2},{2,3,-1,0},{11,8,-4,6}}

Input interpretation:
2 0 1 4
3 2 -4 -2
2 3 -1 0
11 8 -4 6
left bracketing bar m right bracketing bar is the determinant »

Results: Row operations | ▾ Hide steps

Printed by Wolfram Mathematica Student Edition


14

0
Possible intermediate steps:
Find the determinant:
2 0 1 4
3 2 -4 -2
2 3 -1 0
11 8 -4 6

Swap rows 1 and 4. This changes the sign of the determinant:


11 8 -4 6
3 2 -4 -2
-
2 3 -1 0
2 0 1 4

3
Subtract × (row 1) from row 2:
11
11 8 -4 6
0 - 11 - 11 - 40
2 32
11
-
2 3 -1 0
2 0 1 4

2
Subtract × (row 1) from row 3:
11
11 8 -4 6
2
0 - 11 - 32
11
- 40
11
- 17 3
0 11
- 11 - 12
11
2 0 1 4

2
Subtract × (row 1) from row 4:
11
11 8 -4 6
0 - 11 - 11 - 40
2 32
11
- 17 3
0 11
- 11 - 12
11
0 - 16
11
19
11
32
11

Swap rows 2 and 3. This changes the sign of the determinant:


11 8 -4 6
0 11 - 11 - 12
17 3
11
 2
0 - 11 - 32
11
- 40
11
0 - 16
11
19
11
32
11

2
Add × (row 2) to row 3:
17
11 8 -4 6

Printed by Wolfram Mathematica Student Edition


15

17 3
0 11
- 11 - 12
11

0 0 - 50
17
- 64
17
0 - 16
11
19
11
32
11

16
Add × (row 2) to row 4:
17
11 8 -4 6
0 11 - 11 - 12
17 3
11

0 0 - 50
17
- 64
17
25 32
0 0 17 17

1
Add × (row 3) to row 4:
2
11 8 -4 6
17
0 11
- 11 - 12
3
11

0 0 - 50
17
- 64
17
0 0 0 0

The determinant of an upper triangular matrix is the product of its diagonal elements:

Answer:

11 8 -4 6
17
0 11
- 11 - 12
3
11
11×17 (-50) 0
   0
0 0 - 50
17
- 64
17
11×17
0 0 0 0

Number line:

-0.5 0.0 0.5

Number name:

zero

4 1 2
In[36]:= C= 0 2 3
constante
0 0 -3

Set: Symbol C is Protected.

Out[36]= {{4, 1, 2}, {0, 2, 3}, {0, 0, - 3}}

Printed by Wolfram Mathematica Student Edition


16

In[37]:=  Det{{4,1,2},{0,2,3},{0,0,-3}}

Input interpretation:
4 1 2
0 2 3
0 0 -3
left bracketing bar m right bracketing bar is the determinant »

Results: Use matrix properties | ▾ Hide steps

-24
Possible intermediate steps:
Find the determinant:
4 1 2
0 2 3
0 0 -3

The determinant of an upper triangular matrix is the product of its diagonal elements:
4 1 2
0 2 3
0 0 -3

4×2 (-3)  -24:

Answer:

-24

Number line:

-40 -30 -20 -10

Number name:

negative twenty-four

Printed by Wolfram Mathematica Student Edition

You might also like