Library

Video Player is loading.
 
Current Time 14:00
Duration 10:44
Loaded: 0.00%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:09

    In this segment, we are going to take an example and solve it by using Naive Gauss elimination

  • 00:16

    method.

  • 00:17

    So here you are given three equations; you're given three equations, three unknowns.

  • 00:24

    The three unknowns are a sub 1, a sub 2, a sub 3.

  • 00:29

    So we want to be able to find out what these three unknowns are.

  • 00:33

    Now, the first step - what you're going to do is we're going to take the three equations,

  • 00:37

    three unknowns which are given in the matrix form.

  • 00:40

    We're going to write the Augmented matrix.

  • 00:42

    This is called the augmented matrix.

  • 00:47

    This is going to make the explanation a little bit easier, and the difference between the

  • 00:56

    matrix form of the equations and the Augmented matrix is that you are writing down your coefficient

  • 01:00

    matrix here and then you're writing the right-hand side vector right here.

  • 01:04

    So you're not showing what the knowns are, but it is presumed that you understand there

  • 01:10

    are four, three rows, and four columns and the fourth column is your right-hand side

  • 01:15

    vector.

  • 01:17

    Now we have two steps in naive gaussian elimination.

  • 01:20

    One is the forward elimination step and the second is the back substitution step.

  • 01:26

    So let's go ahead and see that - how we can do these two steps.

  • 01:31

    So let's concentrate on the forward elimination.

  • 01:36

    So how many steps of forward elimination do we have to conduct?

  • 01:39

    It's basically n minus 1, where n is the number of equations you have, or n is the number

  • 01:47

    of rows and columns you have in the coefficient matrix.

  • 01:49

    In this case we have three equations, you subtract one from here to get two.

  • 01:54

    So it's important to understand the number of steps of formation is equal to n minus

  • 01:57

    1.

  • 01:58

    In this case, it is equal to a 3 by 3 matrix for the coefficient matrix, or three equations

  • 02:02

    three unknowns.

  • 02:03

    We'll have two steps of forward elimination.

  • 02:04

    So we're going to concentrate on step one of formation.

  • 02:08

    Our step one corresponds to is - that you're going to take the first column and go below

  • 02:14

    the first column, which is second row and third row, and you want to make these two

  • 02:20

    elements to be 0.

  • 02:22

    And how we're going to make these two elements to be zero is by using the first column - first

  • 02:27

    row - and taking multiples of the first row and subtracting it from the second row to

  • 02:32

    be able to make this 64 to be 0 and this 144 to be 0.

  • 02:37

    So, in order to make the second row, first column to be 0, I'm going to take a multiple

  • 02:44

    of 64 divided by 25 which would be equal to 2.56.

  • 02:50

    So I'm going to take the first row, multiply it by 2.56 and the element which I'm going

  • 02:56

    to get here is 64; and that means that when I subtract this whole thing, which I get as

  • 03:02

    a resulting multiple of the first row, I'm going to get zero here.

  • 03:06

    So here is the second row.

  • 03:08

    I subtract the multiple of the first row; 64 minus 64 gives me zero, because that's

  • 03:15

    what I was looking for.

  • 03:16

    And then the resulting row is given here.

  • 03:20

    What I want to do is I want to replace my second row by what I just obtained.

  • 03:27

    And here's my zero.

  • 03:29

    Now this is not the end of the first step of forward elimination elimination because

  • 03:31

    I have still have not made this to be zero.

  • 03:34

    So let's go ahead and see how I can make that to be zero.

  • 03:37

    Now I want to make that zero again.

  • 03:39

    I have 144 here, I need to make that zero; and this is my 25, so I'm going to make the

  • 03:46

    multiple to be 144 over 25, which is 5.76.

  • 03:49

    So I'm going to take the first row, multiply by 5.76, and here I get 144 because that's

  • 03:58

    going to give me the zero which I was looking for.

  • 04:01

    So that's the multiple of the first row.

  • 04:04

    So this is my third row, I take the multiple of the first row which I just found out and

  • 04:10

    I subtract the two.

  • 04:12

    And this gives me zero, which I was looking for.

  • 04:15

    And this will be the resulting row which I obtain.

  • 04:20

    I'm going to replace my third row by whatever I get there.

  • 04:24

    I have ended the first step of forward elimination because I've gotten zeroes below the - below

  • 04:31

    the first row in the first column.

  • 04:36

    What is left now is the second step because I have only two steps of forward elimination

  • 04:39

    to conduct.

  • 04:40

    And what I need to do is I need to look at the second row and make everything below the

  • 04:46

    second row in the second column to be 0.

  • 04:48

    In this case it turns out to be - I just have to make that to be 0.

  • 04:52

    So the multiple will be -16.8 divided by -4.8, because i want to take this number which is

  • 05:01

    3.5.

  • 05:02

    So take the second row which I have multiplied by 3.5 and I will get this as my resulting

  • 05:10

    answer there.

  • 05:11

    I'm going to write down my third row; we will subtract the multiple of the second row and

  • 05:18

    because this number is same as this number and I subtract the two, I'm going to get 0.

  • 05:22

    And that's what I was looking for.

  • 05:24

    So the resulting third row which I obtained is going to be replacing my third row in the

  • 05:31

    Augmented matrix.

  • 05:33

    And that's the end of the steps of all forward elimination because I have been able to reduce

  • 05:36

    the coefficient matrix, which is right here, the coefficient matrix is right here but I

  • 05:41

    am able to reduce it to an upper triangular matrix.

  • 05:44

    You going to get a 0 here, 0 here, and a 0 there.

  • 05:49

    So that means that's the end of the forward elimination steps.

  • 05:53

    So let's go ahead and see now how we can do back substitution to be able to find out what

  • 05:57

    the unknowns are.

  • 05:59

    So this was the Augmented matrix which I obtained at the end of the forward elimination steps.

  • 06:04

    I'm going to rewrite them back into the matrix form so that I can show you how to do the

  • 06:11

    back substitution.

  • 06:12

    If you look at the last equation right there, it can be written as 0.7 a3 is equal to 0.7.

  • 06:21

    So you only have one unknown in the last equation, and that gives you a3 is equal to 1.

  • 06:27

    Now let's look at the second equation.

  • 06:30

    The second equation is obtained from these elements and this element is the right-hand

  • 06:34

    side.

  • 06:35

    So you have -4.8 a2 minus 1.56 a3 is equal to -96.2.

  • 06:40

    However, we don't have two unknowns in this equation here, we only have one unknown because

  • 06:47

    we just found out a sub 3.

  • 06:49

    So we're going to take this to the right-hand side and this is what I'm going to get by

  • 06:53

    writing down the equation in terms of

  • 07:17

    a

  • 07:35

    sub 2.

  • 07:56

    I substitute

All

The example sentences of ELIMINATION in videos (15 in total of 125)

the determiner un proper noun, singular convention proper noun, singular on preposition or subordinating conjunction the determiner elimination proper noun, singular of preposition or subordinating conjunction all determiner discrimination proper noun, singular against preposition or subordinating conjunction women proper noun, singular proper noun, singular and coordinating conjunction let verb, base form me personal pronoun
now adverb this determiner is verb, 3rd person singular present not adverb the determiner end noun, singular or mass of preposition or subordinating conjunction the determiner first adjective step noun, singular or mass of preposition or subordinating conjunction forward adverb elimination noun, singular or mass elimination noun, singular or mass because preposition or subordinating conjunction
now adverb , let verb, base form 's possessive ending move noun, singular or mass on preposition or subordinating conjunction to to the determiner relationship noun, singular or mass between preposition or subordinating conjunction the determiner absorption noun, singular or mass and coordinating conjunction elimination noun, singular or mass rates noun, plural for preposition or subordinating conjunction the determiner
and coordinating conjunction i personal pronoun use verb, non-3rd person singular present personally adverb , and coordinating conjunction we personal pronoun can modal just adverb start verb, base form with preposition or subordinating conjunction the determiner process noun, singular or mass of preposition or subordinating conjunction elimination noun, singular or mass
now adverb let verb, base form 's possessive ending compare noun, singular or mass this determiner to to first adjective order noun, singular or mass elimination noun, singular or mass which wh-determiner is verb, 3rd person singular present happening verb, gerund or present participle most adverb, superlative of preposition or subordinating conjunction the determiner time noun, singular or mass .
the determiner equality noun, singular or mass of preposition or subordinating conjunction men noun, plural and coordinating conjunction women noun, plural , the determiner elimination noun, singular or mass of preposition or subordinating conjunction racial adjective prejudice noun, singular or mass , the determiner equality noun, singular or mass of preposition or subordinating conjunction science noun, singular or mass
process noun, singular or mass of preposition or subordinating conjunction elimination noun, singular or mass and coordinating conjunction go verb, base form through preposition or subordinating conjunction all predeterminer the determiner various adjective steps noun, plural and coordinating conjunction in preposition or subordinating conjunction this determiner instance noun, singular or mass you personal pronoun 'll modal
and coordinating conjunction elimination noun, singular or mass of preposition or subordinating conjunction the determiner jedi proper noun, singular order proper noun, singular , sion proper noun, singular and coordinating conjunction nihilus proper noun, singular became verb, past tense impatient noun, singular or mass with preposition or subordinating conjunction her possessive pronoun slow adjective , methodical adjective
it personal pronoun is verb, 3rd person singular present a determiner gaming noun, singular or mass product noun, singular or mass with preposition or subordinating conjunction rgb proper noun, singular / noun, singular or mass key adjective elimination noun, singular or mass and coordinating conjunction under preposition or subordinating conjunction the determiner hood verb, base form we personal pronoun 've verb, non-3rd person singular present got verb, past participle
your possessive pronoun workflow noun, singular or mass can modal help verb, base form lead noun, singular or mass ultimately adverb to to a determiner better adjective, comparative idea noun, singular or mass through preposition or subordinating conjunction the determiner process noun, singular or mass of preposition or subordinating conjunction elimination noun, singular or mass
the determiner process noun, singular or mass of preposition or subordinating conjunction elimination noun, singular or mass to to remember verb, base form this determiner one cardinal number the determiner biceps noun, plural and coordinating conjunction brachioradialis proper noun, singular had verb, past tense more adverb, comparative intuitive adjective
best adjective, superlative debt noun, singular or mass elimination noun, singular or mass strategy noun, singular or mass is verb, 3rd person singular present that wh-determiner will modal get verb, base form you personal pronoun back adverb in preposition or subordinating conjunction the determiner positive adjective in preposition or subordinating conjunction the determiner
today noun, singular or mass 100 cardinal number kids noun, plural compete verb, non-3rd person singular present to to become verb, base form my possessive pronoun daughter noun, singular or mass 's possessive ending new adjective best adjective, superlative friend noun, singular or mass after preposition or subordinating conjunction five cardinal number elimination noun, singular or mass rounds noun, plural
when wh-adverb it personal pronoun gets verb, 3rd person singular present to to troubleshooting verb, gerund or present participle hardware noun, singular or mass you personal pronoun generally adverb end verb, non-3rd person singular present up preposition or subordinating conjunction using verb, gerund or present participle a determiner process noun, singular or mass of preposition or subordinating conjunction elimination noun, singular or mass
on preposition or subordinating conjunction smackdown proper noun, singular this determiner week noun, singular or mass , fans noun, plural got verb, past tense a determiner new adjective elimination proper noun, singular chamber proper noun, singular match noun, singular or mass added verb, past tense to to

Use "elimination" in a sentence | "elimination" example sentences

How to use "elimination" in a sentence?

  • A team wins with the elimination of mistakes and with people who want to win and can't stand losing.
    -Lou Holtz-
  • Honesty may be the best policy, but it's important to remember that apparently, by elimination, dishonesty is the second-best policy.
    -George Carlin-
  • Besides the noble art of getting things done, there is the noble art of leaving things undone. The wisdom of life consists in the elimination of non-essentials.
    -Lin Yutang-
  • The most interesting studio work, and perhaps the most practicable, is painting from pencil sketches and notes... It ensures the elimination of all facts but those essential to the effect.
    -Walter J. Phillips-
  • One of the primary necessities of the world for the maintenance of peace is the elimination of the frictions which arise from competitive armament.
    -Herbert Hoover-
  • We should seek international support for our mutual objectives abroad, in promoting freedom, democracy, respect for human rights, and also the elimination of weapons of mass destruction.
    -Bob Menendez-
  • Today the House has a chance to give 25 million married couples the best Valentine's Day gift possible, elimination from the most unfair of taxes, the marriage tax penalty.
    -Jerry Weller-
  • Indeed, the very first resolution of the General Assembly of the United Nations - adopted unanimously - called for the elimination of nuclear weapons.
    -Joseph Rotblat-

Definition and meaning of ELIMINATION

What does "elimination mean?"

/əˌliməˈnāSH(ə)n/

noun
Act or process of removing or being removed.