Purchase Solution

Matrices : Gaussian Elimination

Not what you're looking for?

Ask Custom Question

How many multiplications are necessary to find the determinants of matrices which are (2,2) (3,3) and (4,4)?

The number of multiplications for an n,n matrix may be found in terms of the number for (n-1) X (n-1) matrix. Find this formula and use it to obtain the number of multiplications for a 10,10 matrix.

For an nXn matrix the number of multiplications is roughly proportional to n! when n is sufficiently large - find the constant of proportionality from your numerical results above, hence find out approximately how many multiplications and divisions (operations) are needed to use Cramer's rule to solve the system Ax=b Where A is nXn.

How long will a computer take to do such a computation for a 15x15 matrix if it uses 1 secound to excute 10^6 operations? Compare your answer with the time taken using Gaussian Elimination for which the operation count is n(n^2+3n-1)/6.

Use Gaussian Elimination to solve the equations,

(7 -1 -1) (x) (3)
(3 2 1) (y) = (4)
(5 2 3) (z) (20)

I got x = 1
Y = -3
Z = 7

Purchase this Solution

Solution Summary

Gaussian Elimination and Calculation Time are analyzed. All work is shown.

Solution Preview

How many multiplications are necessary to find the determinants of matrices which are (2,2) (3,3) and (4,4).
number of multiplications of (2,2) is 2! = 2*1 = 2
number of multiplications of (3,3) is 3! = 3*2*1 = 6
number of multiplications of (4,4) is 4! = 4*3*2*1 = 24

The number of multiplications for an n,n matrix may be found in terms of the number for (n-1) X (n-1) matrix. Find this formula and use it to obtain the number of multiplications for a 10,10 matrix

number of multiplications of (10,10) is 10! = 10*9*...*3*2*1 = ...

Purchase this Solution


Free BrainMass Quizzes
Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Probability Quiz

Some questions on probability

Exponential Expressions

In this quiz, you will have a chance to practice basic terminology of exponential expressions and how to evaluate them.

Solving quadratic inequalities

This quiz test you on how well you are familiar with solving quadratic inequalities.

Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.