answersLogoWhite

0

Linear Algebra

Linear algebra is the detailed study of vector spaces. With applications in such disparate fields as sociology, economics, computer programming, chemistry, and physics, including its essential role in mathematically describing quantum mechanics and the theory of relativity, linear algebra has become one of the most essential mathematical disciplines for the modern world. Please direct all questions regarding matrices, determinants, eigenvalues, eigenvectors, and linear transformations into this category.

2,176 Questions

How do you graph linear functions?

A linear function is called "linear" because it represents a straight line.

To graph a linear function, find two points that satisify that function, plot them, and then draw a straight line between them.

Draw a flow chart for finding roots of quadratic equation?

START

INPUT a,b,c

d=B*B-4ac

x1=-b+d/2a

x2=-b-d/2a

print x1,x2

stop

What is the cross product of two vectors?

To find the cross product of two vectors:

If a = [a1, a2, a3] and b = [b1, b2, b3], then

a x b = [a2b3 - a3b2, a3b1 - a1b3, a1b2 - a2b1] or(a2b3 - a3b2)i + (a3b1 - a1b3)j + (a1b2 - a2b1)k

If the graphs of two linear equations in a system have the same slope the system has what kind of solution?

If they have the same slope, then there are two possibilities. First say they have the same slope and different y intercepts. This means they are parallel lines and there is no intersection. The solution is the empty set or we say there is no solution.

If the y intercept is the same, then the two equations represent the same line. In this case there is an infinite number of solutions.

What is an equation of a non linear equation?

A non-linear equation is any equation which includes variables with a degree other than one. Therefore, any equation involving x2, x3, x4, .... would be non-linear.

For example:

y= 3x+2 is linear, because x and y are both degree 1 (no exponent)

y= 2x2 is non-linear, because x is degree 2.

What is the antilog of 2.068?

Assuming base-10 logarithms the antilog of 2.068 is 116.95 (to two decimal places).

On a graph the solution of a system of a linear equations will be represented by what?

The set of points the graphed equations have in common.

This is usually a single point but the lines can be coincident in which case the solution is a line or they can be parallel in which case there are no solutions to represent.

What is a non-example of a physical property?

It's anything that doesn't describe the object.

What is the range of fx equals 2x - 5?

Domain is the number of x values that can be used and not cause an imaginary result.

Range is the number of the y values that result.

In f(x)=2x-5 the range is all real numbers.

Why is substitution the best method in solving systems of equations?

It is not always the best method, sometimes elimination is the way you should solve systems. It is best to use substitution when you havea variable isolated on one side

How do you graph if there is no slope?

A line with no slope is a vertical line. The slope is undefined, and cannot be represented by a real number.

A horizontal line has a slope, but the slope is zero.

Consider the "y = mx + b" form of the straight line equation. For a horizontal line the slope is zero, so y = 0x +b => y = b, which is the equation of a horizontal line. For a vertical line, there is no slope, so you can't substitute for m; the equation can't be written in the form y = mx +b. The equation of a vertical line has the form x = a.

What does a equation of a non linear function look like?

It can by a polynomial of degree 2 or more, eg y = ax4 + bx3 + cx2 + dx + e

Or inverse: y = a/x + b

Or power: y = a*bx

Or trigonometric: y = sin(ax + b)

etc, etc

What kind of equation i could use to put 15n and 105 in my equation?

You could do so many. Here are some examples:

15n=105

15n+105=1005

15n-105=270

Hope this is what you were looking for. :)

Good luck!

What is the solution of a system of linear equations in two variables?

The solution of a system of linear equations is a pair of values that make both of the equations true.

What are linear equtions and simultanions equations?

Linear Equations are equations with variable with power 1

for eg:

5x + 7 = 0

Simultaneous Equations are two equations with more than one variable so that solving them simultaneously

How does the magnitude of a vector relate to the dot product?

The magnitude of dot product of two vectors is equal to the product of first vector to the component of second vector in the direction of first.

for ex.- A.B=ABcos@