Module 1 Flashcards

The objective of this particular deck is to get myself familiarized with how the system of equations word, and how the gaussian and gauss-jordan elimination methods work.

1
Q

It consists of several parts which interact with one another.

A

System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

It produces an effect our output as a result of some cause or input.

A

System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or False: A linear system is a system where the input is proportional to the output.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If a system has four parts, how many linear equations and unknown variables will be present in the system of linear equations?

A

Four

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does a linear equation in n variables look like?

A

a1x1 + a2x2 + … + anxn = b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does ‘a’ stand for in a linear equation?

A

Coefficient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does ‘x’ stand for in a linear equation?

A

Variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does ‘b’ stand for in a linear equation?

A

Constant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does ‘a1’ stand for in a linear equation?

A

Leading Coefficient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does ‘x1’ stand for in a linear equation?

A

Leading Variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the set of solutions to a system of linear equations look like?

A

s1, s2, s3, …, sn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Determine if the following equation is linear or not:

3x + 2y = 7

A

Linear Equation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Determine if the following equation is linear or not:

(1/2)x - (pi)y = sqrt(2)

A

Linear Equation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Determine if the following equation is linear or not:

e^x - y = 4

A

Not a Linear Equation (x cannot be a power of a constant.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Determine if the following equation is linear or not:

sin(pi) - y = e

A

Linear Equation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Determine if the following equation is linear or not:

1/x + y = 5

A

Non-linear equation (x is essentially raised to the power of negative 1.)

17
Q

What is the first indicator that an equation is linear?

A

X and Y’s degree is 1

18
Q

What is the second indicator that an equation is linear?

A

If a and b are real numbers.

19
Q

What is the third indicator that an equation is linear?

A

There are no products between variables.

20
Q

What do you call a linear system with no solution?

A

Inconsistent

21
Q

If a linear system has one solution, what is the system called?

A

Consistent

22
Q

If all x1 until xn is equal to zero, what is the solution called?

A

Trivial Solution

23
Q

What do you call the solution to a system where not all of x1 until xn is equal to zero?

A

Nontrivial Solution

24
Q

If two systems of linear equations have the same solutions, what are they called?

A

Equivalent

25
Q

In this type of elimination, you apply elementary row operations to a matrix to obtain a new row-echelon form.

A

Gaussian Elimination

26
Q

In this type of elimination, you further deconstruct the row-echelon form until it becomes a reduced row-echelon form.

A

Gauss-Jordan Elimination

27
Q

This is an array of numbers.

28
Q

This is the main window located in MATLAB.

A

Command Window

29
Q

This window records the commands you issued in the command window.

A

Command History

30
Q

This window keeps track of the variables you have defined as you execute commands in the command window.

A

Workspace Window

31
Q

This window lists all the files in the active directory.

A

Current Folder Window