The Chinese Remainder Theorem made easy

A solution to a typical exam question. See my other videos
/ @randellheyman .

Пікірлер: 494

  • @BillShillito
    @BillShillito7 жыл бұрын

    I have tried numerous times to understand the Chinese Remainder Theorem to no avail. This explanation, however, was so simply put and made it all "click". Thank you!

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    It's great to hear when one of my videos makes it all ``click''. Thanks for letting me know.

  • @naixinzong5449

    @naixinzong5449

    6 жыл бұрын

    i still dont understand

  • @andrewxc1335

    @andrewxc1335

    6 жыл бұрын

    It's not super easy; don't feel bad. Grab a random number of objects and try to arrange them into rows. If they fit into even rows of 3, 4, and 5, with 2, 2, and 1 remaining (respectively), you have a physical analog of this problem. This works nicely, in general, for solving any problem of this type, but has drawbacks.

  • @jordanshepardson9408
    @jordanshepardson94086 жыл бұрын

    I have been trying to understand this for hours and this is the only video that I have found so far that actually made it make sense, especially the part about simplifying it down to 1mod first and then turning it into what you need, thank you

  • @RandellHeyman

    @RandellHeyman

    6 жыл бұрын

    Jordan Shepardson I'm glad it helped so much.

  • @MisterRedstone
    @MisterRedstone10 жыл бұрын

    Just wanted to say thanks for making this, quite easy to pick up on and very well explained. This saved my ass twice this year, so you should know your videos are well appreciated.

  • @patricio26262626
    @patricio262626267 жыл бұрын

    Good job, sir. This explanation does leave out some understanding of why exactly this works, but will certainly work for those who simply want to be able to go through the motions with the CRT.

  • @davidfair4852
    @davidfair48527 жыл бұрын

    I'm taking discrete mathematics and probability theory at UC Berkeley (CS 70). Your explanation of the Chinese Remainder Theorem is far superior to everything I have heard so far. Well done!

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    Glad you liked it. I have a few other discrete mathematics videos you might find useful (kzread.info). Good luck at Berkeley.

  • @64_bit80

    @64_bit80

    Жыл бұрын

    studying for the 70 final right now and im fucking dying lmao 100% agree

  • @2000Chess

    @2000Chess

    Жыл бұрын

    @@64_bit80 studying for the summer 70 quiz rn LOL

  • @carolynwang8338

    @carolynwang8338

    6 ай бұрын

    taking cs70 now and my brain is exploding LMAOO

  • @manishramesh6491
    @manishramesh64919 жыл бұрын

    Why not directly from 3(mod 4) to 2(mod 4) ? Can't we multiply the former by 2 and make that happen ?

  • @angelnajera7169

    @angelnajera7169

    7 жыл бұрын

    You can do that and that's what I did too. It works, but probably the reason why he said that is because by going to 1 (mod whatever) you are finding the inverse and there are methods for finding the inverse. It's much more helpful to do that for really large numbers, and that's what he should have explained.

  • @patricio26262626

    @patricio26262626

    7 жыл бұрын

    Indeed, Angel is correct. Calculating the multiplicative inverse modulo n is much, much more efficient than brute forcing it for many scenarios with larger numbers. This is what he was referencing with the Extended Euclidean Algorithm comment.

  • @selanavot1630

    @selanavot1630

    2 жыл бұрын

    Also in this case 3 is congruent to -1 (mod 4), and therefore it is its own inverse, so it does not require any guessing nor algorithms to find

  • @caitlinwood7943
    @caitlinwood79439 жыл бұрын

    Thank you! Thank you! Thank you! Made learning how to use this theorem for my assignment so much easier! :D

  • @baronvonbeandip
    @baronvonbeandip Жыл бұрын

    I've read Strayer, Rosen, and watched Michael Penn's CRT videos and none of them presented the subject in as practical a way as you did here. Excellent job, dude.

  • @RandellHeyman

    @RandellHeyman

    Жыл бұрын

    Thanks for commenting. It is always pleasing to know that someone has found one my videos useful.

  • @jameskotzian3545
    @jameskotzian35459 жыл бұрын

    This was awesome, there needs to be more math videos like this

  • @pierrewagner4190
    @pierrewagner41909 ай бұрын

    The most clear and structural explanation without just using the usual steps without reason like other videos!!! Thank you !😇

  • @RandellHeyman

    @RandellHeyman

    9 ай бұрын

    Thanks. Appreciate such positive feedback.

  • @MacAlmighty
    @MacAlmighty2 жыл бұрын

    Thanks so much! I was looking at some examples online but none made as much sense as this. I also checked the recent comments and saw you're still replying 8 years later, so props to you :)

  • @RandellHeyman

    @RandellHeyman

    2 жыл бұрын

    Thanks.

  • @Alchemagician
    @Alchemagician10 жыл бұрын

    Thank you for this video! It helped me get past a block in my thinking.

  • @AA-py2hi
    @AA-py2hi8 жыл бұрын

    Very good explanation. I never bothered to know the intuition behind crt but this video explains it perfectly.

  • @shelbygt5004
    @shelbygt50049 жыл бұрын

    Mr. Heyman, you just saved me hours of precious time!

  • @Diewux
    @Diewux8 жыл бұрын

    Oh god it's so simple now, thank you very much !!!

  • @Quarker
    @Quarker10 жыл бұрын

    Awesome, learnt how to do this now. Pretty cool vid.

  • @markkane1632
    @markkane16327 ай бұрын

    Another great explanation - this is a fantastic resource. RH is a great educator, someone who breaks it down simply for students, rather than some academics who seem to take pleasure in showing how clever they are by describing things in a complex way!

  • @RandellHeyman

    @RandellHeyman

    6 ай бұрын

    Thanks for the positive feedback.

  • @greatgymdj
    @greatgymdj10 жыл бұрын

    Fantastic, I've seen this method on other videos but no good explanations as clear as this! thanks!

  • @AhemLd
    @AhemLd7 жыл бұрын

    To get 2(mod4) from 3(mod4) you need only have multiplied by 2. 3*2=6=2(mod4) 15*2=30=2(mod4) There was no need to first multiply by 3

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    For small numbers, like this problem, you can go directly to, in this case, 2. For larger numbers you need to go via 1. Watch towards the end of the video where I explain.

  • @Farah-vi2cj

    @Farah-vi2cj

    6 жыл бұрын

    what falls into the category of "big" numbers? when do i know that i need to first go to the 1st remainder?

  • @iisgray

    @iisgray

    6 жыл бұрын

    Farah, from my personal experience before watching this video, and with my improved understanding afterward: it depends on you personally. As he says in the video, he was sort of using trial and error. You can skip to the correct number if you know off hand that it'll give you the modulus you want is what it boils down to. That number will be larger than or equal to 2 and less than the number you're trying to get the modulus for. So, since we were getting (mod 4) it would either be 2 or 3. And you can use basic math to know that 3 * 2 is 6 which is 2 (mod 4). But, if you're dealing with say (mod 14), maybe you have those numbers memorized, maybe you don't, but your options are from 2 - 13 and trial and error isn't going to work out so hot for you if you don't already know what numbers are going to give you what answer. If you do, then even up to (mod 14) you can just mental math it. Otherwise, it'll be easier to aim for 1 (mod 14). BTW the number right below the modulus squared will always be 1 (mod x). So, for 14, if you have 13 (mod 14), you can multiply it by 13 and get 1 (mod 14). Tl;dr: There's a couple other tricks, but the point is, the answer to your question is that it varies based on you. And as you'll also notice, even that trick, while easier, still can get pretty hard with bigger numbers, so eventually, you'll want to settle for the Extended Euclidean Algorithm (which is easier if you've done the Euclidean algorithm [ which is easy])

  • @LarryRuane

    @LarryRuane

    3 жыл бұрын

    @@Farah-vi2cj Note there is a shortcut (relative to the extended euclidean algorithm) using exponentiation for finding the inverse IF the mod is prime (3 and 5 in this case). The inverse of x is x ^ (p-2) (mod p). This works well for large numbers -- although you need yet another algorithm to tell if a large number is prime (search "primality test")! So for large numbers, such as those used by cryptography (typically around 78 decimal digits), it's probably best to just go ahead and use the EEA every time.

  • @littlebigphil
    @littlebigphil7 жыл бұрын

    Thank you so much. I felt like I was about to figure it out myself, but this really helped me get the last of it.

  • @ZyloxZukaki
    @ZyloxZukaki8 жыл бұрын

    Hi, Your video was very helpful but I had a query. Was hoping you could help out. When solving for the mod 4 section of the problem(at about 04:25), you first reduce the remainder to 1 then multiply by 2 instead of trying to directly get 2. Is there any particular reason for that besides it being an easier way to process it?

  • @RandellHeyman

    @RandellHeyman

    8 жыл бұрын

    For small numbers you can go directly to, in this case, 2. For larger numbers you need to go via 1. Watch towards the end of the video where I explain.

  • @arazsharma4781
    @arazsharma47813 жыл бұрын

    Bloody Brilliant!! I'm sure your Math Prof would be extremely proud of you :D!

  • @Chrysaries
    @Chrysaries7 жыл бұрын

    This makes perfect sense. Excellent repetition before exam compared to just staring at the formulas.

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    Thanks for the thoughtful feedback.

  • @feliksdrakov2722
    @feliksdrakov27225 жыл бұрын

    Literally a better explanation than my pointlessly expensive university courses. Thank you.

  • @RandellHeyman

    @RandellHeyman

    5 жыл бұрын

    Thanks for the nice comment

  • @akshaygangrade4600
    @akshaygangrade46009 жыл бұрын

    Great !!! The best explanation I found !!! Thanks a lot !!!

  • @syntaxerror2210
    @syntaxerror22102 жыл бұрын

    Thanks, man! Taking an online class and didn't quite understand what the instructor was saying. This video helped out a ton!

  • @RandellHeyman

    @RandellHeyman

    2 жыл бұрын

    I'm glad it helped.

  • @WickedChild95
    @WickedChild959 жыл бұрын

    Thank you so much! You're video was very clear and direct.

  • @mdkaifkhan4445
    @mdkaifkhan44456 жыл бұрын

    thank you for such a great explanation. I was able to write a program in c++ after watching this video. The best part was introducing modular multiplicative inverse at the last moment so that anyone can understand easily without knowing extended euclid algorithm.

  • @RandellHeyman

    @RandellHeyman

    6 жыл бұрын

    Md kaif Khan Thanks for the comment. There is a video of mine on modular inverse if you ever need it.

  • @747-pilot
    @747-pilot10 жыл бұрын

    Wow!! phenomenal explanation making this crystal clear!

  • @RacecarsAndRicefish
    @RacecarsAndRicefish6 жыл бұрын

    out of every video I've had to watch to understand my math classes so far, this was one of the most helpful

  • @RandellHeyman

    @RandellHeyman

    6 жыл бұрын

    Thanks. I appreciate you letting me know. Lots of other math videos at kzread.info

  • @RacecarsAndRicefish

    @RacecarsAndRicefish

    6 жыл бұрын

    Randell Heyman next time I'm trying to find help I'll look through your channel first :)

  • @seojio8014
    @seojio80149 ай бұрын

    extremely informative content out here, would've never figured out how it worked if not your help. Thanks you

  • @RandellHeyman

    @RandellHeyman

    9 ай бұрын

    Thanks for commenting. Great to hear that my 10 year old video is still helping people.

  • @bonuxxfull
    @bonuxxfull9 жыл бұрын

    thank you very much , you are a talented teacher , and you are a man of your word you wrote in the title chineasetheorem made easy , and you kept your promise , coz your explanation was very clear and you did it skilllfully !!!

  • @mattabritt
    @mattabritt3 жыл бұрын

    This is great video. It's really intuative and easy to follow. Most other explanations make it seem a lot more complicated then it actually is.

  • @RandellHeyman

    @RandellHeyman

    3 жыл бұрын

    Thanks for feedback.

  • @RedDaLord
    @RedDaLord8 жыл бұрын

    Truly amazing! Thank you.

  • @aprilrose6144
    @aprilrose614410 жыл бұрын

    OMG THIS WAS AMAZING, it was easy to follow and understand, and i like that

  • @user-zm5qg4gd3f
    @user-zm5qg4gd3f10 жыл бұрын

    absolutely clear description thanks a lot

  • @rajdeepdeb5369
    @rajdeepdeb5369 Жыл бұрын

    The explanation was very lucid.Thanks a lot!

  • @TheREBBU
    @TheREBBU7 жыл бұрын

    Thank you! Very clear and simple :)

  • @box5evey
    @box5evey7 жыл бұрын

    i know this is an older video, but it was super helpful. thanks for the great explanation!

  • @dashdroptv
    @dashdroptv Жыл бұрын

    That was super-easy to follow! Thank you.

  • @RandellHeyman

    @RandellHeyman

    Жыл бұрын

    Thanks for the positive feedback.

  • @Plimden
    @Plimden8 жыл бұрын

    Good lord thank you so much, I spent hours trying to figure out a simple way to do this, and I found this video just in time for my linear algebra exam tomorrow.

  • @RandellHeyman

    @RandellHeyman

    8 жыл бұрын

    +Umar Akhtar Thanks. It is nice to hear from people I have helped. Good luck with the exam.

  • @egor.okhterov
    @egor.okhterov7 жыл бұрын

    The best explanation! I finally get it :)

  • @aahpandasrun
    @aahpandasrun2 жыл бұрын

    When the "made easy" video is too hard to understand too. It's like the draw an owl meme.

  • @sot5789
    @sot57892 жыл бұрын

    Great video which actually explains it better than any professor or textbook would!

  • @RandellHeyman

    @RandellHeyman

    2 жыл бұрын

    Thanks.

  • @malharjajoo7393
    @malharjajoo73935 жыл бұрын

    Lovely explanation, the moment you started explaining the first bit ( using product of remaining numbers for each term ), everything became clear.

  • @RandellHeyman

    @RandellHeyman

    5 жыл бұрын

    Thanks for the positive feedback.

  • @spacekid407
    @spacekid4077 жыл бұрын

    Very helpful and easy to understand. Thanks!

  • @annupurohit5618
    @annupurohit56187 жыл бұрын

    Nice explanation. I finally understood the logic. Thanks :)

  • @uquantum
    @uquantum Жыл бұрын

    Joyful how easy you made this. Thanks!

  • @RandellHeyman

    @RandellHeyman

    Жыл бұрын

    Glad it was helpful!

  • @airtonishimori4684
    @airtonishimori46849 жыл бұрын

    Hi, nice talk! Thanks! and I'd like to ask you some questions. Given a system of congruences of the form "x = a mod n" and after finding the CRT value x; in order to check the correctness, I think I can do "x mod n" to get back "a" values. For instance, in your example, 26 mod {3,4,5} would give us "a" numbers {2,2,1}. My question is, is this always true? I mean, if we find the solution "x" for the congruences, would we always get the exact "a" values by doing "x mod n"? For instance, I did an example for the system of congruences below: x = 21 mod 2 x = 245 mod 3 x = 198 mod 5 x = 245 mod 7 The solution that I found is x = 203. However, by doing (for example) "203 mod 2" I get 1, instead of 21. Similarly, for others congruences of the system above. I know that "21 mod 2" is 1, and "203 mod 2" is also 1. With 203, I can get the remainder of the congruences, but I'm not able to retrieve the values {21,245,198,245}. Am I missing something? Do you know a way to figure out those values from x? Thank you in advance, and I apologize for the long question. :)

  • @RandellHeyman

    @RandellHeyman

    9 жыл бұрын

    Airton Ishimori You have started with 4 equations and the Chinese remainder theorem has given you a solution (really it's the proof of the theorem that gives you the solution but let's not be too picky). Since you start with the four equations there is no need to work them out. Another way of looking at your question is to realise that you would get the same solution with x=1 mod 2, x= 2 mod 3, x=3 mod 5 and x= 0 mod 7. One of my lecturers used to say that when you are working in, say, mod 2 then it's like putting on a pair of glasses that can't distinguish between odd and even numbers, When you look at 21 what you see through the glasses is 1. Hope that helps.

  • @airtonishimori4684

    @airtonishimori4684

    9 жыл бұрын

    Randell Heyman Hi, I'm not sure if I totally understood you, but thanks for the response I look at the CRT more carefully. Many references that I've seen in the Internet, they present the CRT properties for the system of congurences of the type "x = a mod n", in which "n" values must be a pairwise coprime and "a" values may be any integer. However, to get what I've been trying to figure out, I guess "a x = 21 mod 271 x = 245 mod 277 x = 198 mod 281 x = 245 mod 283 The solution that I found for "x" is 2360196473. Now, I'm able to retrieve the exact number "a" by doing "x mod n" for each congruence. I think, I undertood when you said that there wasn't need to work them out. I'd like to thank you again. You really helped me. :)

  • @emmadelph945
    @emmadelph945 Жыл бұрын

    Bless this man

  • @Resnick14
    @Resnick149 жыл бұрын

    Loved it, you hacked it completely.

  • @DanielHaywood
    @DanielHaywood9 жыл бұрын

    You are a hero!

  • @SaadTaameOfficial
    @SaadTaameOfficial8 жыл бұрын

    Very nice explanation, thank you for sharing this !

  • @abdullahsy7072
    @abdullahsy70723 жыл бұрын

    you made it easy indeed, thanks for the explanation.

  • @teckluv4413
    @teckluv44138 жыл бұрын

    You made it easy. thanks !

  • @aayushdhungana360
    @aayushdhungana3604 жыл бұрын

    thank you so much....you showed the way for finding solution ,simultaneously giving reasons for why we are doing the steps....appreciate your work!!👌👌

  • @RandellHeyman

    @RandellHeyman

    4 жыл бұрын

    Thanks Aayush.

  • @ushiebheekha2334
    @ushiebheekha23344 жыл бұрын

    Amazing video, really well explained 👍🏽

  • @hongkunwu
    @hongkunwu8 жыл бұрын

    Wow, this is so simple. I had mod 7, mod 13, mod 16. All I had to do was use the first step you showed us and obtained 411 after adding them up.

  • @RandellHeyman

    @RandellHeyman

    8 жыл бұрын

    +Hong W Glad it helped!

  • @TheVarzoth
    @TheVarzoth8 жыл бұрын

    Very well explained thank you. For the life of me I don't get why textbooks can't put things as simply.

  • @yannickmolinghen6799
    @yannickmolinghen67996 жыл бұрын

    Very well explained, thank you !

  • @yaminireddy5157
    @yaminireddy51573 жыл бұрын

    That is very intuitive! thanks a lot !

  • @RandellHeyman

    @RandellHeyman

    3 жыл бұрын

    I'm glad it helped you.

  • @walpurgoffnacht
    @walpurgoffnacht7 жыл бұрын

    Thank you sir, the explanation made complete sense, kinda surprising how this theorem is found like hundreds of years ago :O

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    Yes. About 2,000 years old and it's still true!

  • @benjaminhanson6137

    @benjaminhanson6137

    7 жыл бұрын

    Found 2000 years ago? Was it also proved 2000 years ago? Or was it proved later? Thanks for the video. Your videos are very clear and concise and this one helped me complete a task for my Master's Degree.

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    Glad the videos are helping with your degree. The theorem was not proven 2000 years ago. It took longer. Have a look at Chinese Remainder Theorem and go to the history section as a starting point.

  • @andrewxc1335

    @andrewxc1335

    6 жыл бұрын

    My source says posed by Sun Tzu in 3rd century CE, and solved by the 6th century CE, as they were using it to help calculate positions of planets.

  • @GiulioJiang
    @GiulioJiang6 жыл бұрын

    I finally understand it. Thanks!

  • @ramanconjecture8638
    @ramanconjecture86387 жыл бұрын

    Great video! Thank you!

  • @abcd-sw1kd
    @abcd-sw1kd Жыл бұрын

    what to do if you have numbers like 79 mod 68? how to you get it to become mod 1?

  • @RandellHeyman

    @RandellHeyman

    Жыл бұрын

    79 mod 68 is equal to 11 mod 68. Then proceed as in the video. But note my comments at the end of the video. When the numbers are too big to just guess and check to get 1 you need other techniques. These are covered in my video Modular inverse made easy and RSA code made easy.

  • @blackswordsman9745
    @blackswordsman97454 жыл бұрын

    Thanks a lot for this video. You're a saviour

  • @ryancmf1
    @ryancmf16 жыл бұрын

    THANK YOU SO MUCH

  • @FreeportPlace
    @FreeportPlace5 жыл бұрын

    What happens if we apply this Remainder Theorem to equations that don’t have a gcf of 1?

  • @RandellHeyman

    @RandellHeyman

    5 жыл бұрын

    If the gcd of any two modulii is not equal to 1 you can't apply the Theorem directly. But you can solve it with a few extra steps. See my reply to Katie 8 months ago.

  • @JCandNemo
    @JCandNemo8 жыл бұрын

    Very nice... Thank you very much.

  • @JustinZymbaluk
    @JustinZymbaluk9 жыл бұрын

    at 5:51, shouldn't that be x is congruent to 26mod60? with the 3 lines instead of 2?

  • @RandellHeyman

    @RandellHeyman

    9 жыл бұрын

    Yes. It should have 3 lines instead of 2. I wasn't that good using the animation software when I made this video. Equivalence signs have to be imported.

  • @enochsit
    @enochsit4 жыл бұрын

    Thank you for making the video! saves me lots of time

  • @RandellHeyman

    @RandellHeyman

    4 жыл бұрын

    I'm glad it helped.

  • @Appel070
    @Appel0704 жыл бұрын

    Nice job good to understand!

  • @ProfeLuisFelipe
    @ProfeLuisFelipe7 жыл бұрын

    Definitivamente mucho mejor que la versión en español. Whatever, I really appreciate you made this video in both languages and, in general, the way you explain math is excellent, he aprendido mucho viendo tus videos :)

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    +Mate Profe Luis Felipe Thanks, I am better at mathematics than Spanish!

  • @andrewgorman2476
    @andrewgorman2476 Жыл бұрын

    Thanks for a really clear explanation of this. Just to check I am not losing my mind: around 5'40'' in when you say "equivalent to 142 mod 60" this was a slip of the tongue right? you surely meant 146 mod 60 (which is of course really 26 mod 60)?

  • @RandellHeyman

    @RandellHeyman

    Жыл бұрын

    Yes. That's right. I think I edited in a comment on the video saying that.

  • @BlahBlahBlah13623
    @BlahBlahBlah136236 жыл бұрын

    So clear! THANK YOU SO MUCH

  • @RandellHeyman

    @RandellHeyman

    6 жыл бұрын

    Glad it helped. Lots of videos on other subjects in the made easy playlist at kzread.info

  • @carolynrigheimer519
    @carolynrigheimer5197 жыл бұрын

    Many thanks. This was very clear.

  • @KlipKlipKlopperson
    @KlipKlipKlopperson9 жыл бұрын

    Nice explanation. Much less headache-inducing than Wikipedia!

  • @manla8397
    @manla83979 жыл бұрын

    Yet is the easiest and simplest explanation I have ever come across. Thank you. By the way I just wonder what your targeting audiences are. I absolutely love all of you videos. Thank you

  • @RandellHeyman

    @RandellHeyman

    9 жыл бұрын

    Man la Thanks very much for the positive feedback. The `made easy' videos are mainly for 1st and 2nd yr university/college. The `how things work' videos are for everyone. The other videos are mainly for high school students although anyone interested in mathematics might find them interesting. Thanks again.

  • @shantanugupta9813
    @shantanugupta98133 жыл бұрын

    Wow. Excellent explanation. Made it quite easy.

  • @RandellHeyman

    @RandellHeyman

    3 жыл бұрын

    Thanks. I have lots of other videos on Modular inverse, Euler's theorem, Finite fields, Modular exponentiation etc.

  • @hawasaylac2750
    @hawasaylac27507 жыл бұрын

    Thanks sooo much.... good technique easy to remember :)

  • @beback_
    @beback_5 жыл бұрын

    That was great.

  • @ronaldsupenieks803
    @ronaldsupenieks8037 жыл бұрын

    where did you get 29 and 48 at the end? the 3 numbers were 20, 36 and 90?

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    At around 5 minutes I have 20 36 and 90 being added. This gives 146 and then I go on to show that anything which has the same remainder when divided by 60 is also an answer.

  • @marahfaron3565
    @marahfaron35656 жыл бұрын

    purely amazing!!!!!

  • @yrus7802
    @yrus78022 ай бұрын

    this video a blessing

  • @dhruvaggarwal9454
    @dhruvaggarwal94545 жыл бұрын

    Thank you for the amazing video

  • @auspiciouscrane
    @auspiciouscrane3 жыл бұрын

    Thank you. You just saved my Discrete Mathematics grade.

  • @RandellHeyman

    @RandellHeyman

    3 жыл бұрын

    Thanks. I'm glad you will get through Discrete Mathematics.

  • @181grisa
    @181grisa7 жыл бұрын

    You are a life saver ! Thank you so much! :)

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    Thanks for the very positive feedback.

  • @cubingtubing8172
    @cubingtubing81722 жыл бұрын

    I really appreciate the video that you made here. This is just amazing. I am reading Elementary Number Theory by David M. Burton and I got stuck here. The book is amazing but it fails to do justice to the Chinese Remainder Theorem. This video is simply amazing. May god bless your soul.

  • @RandellHeyman

    @RandellHeyman

    2 жыл бұрын

    Thanks.

  • @DilipKumar-ns2kl
    @DilipKumar-ns2kl4 жыл бұрын

    A nice way to explain. You may give a more compact tabular solution, seems logical.And thank you again.

  • @RandellHeyman

    @RandellHeyman

    4 жыл бұрын

    Thanks for the comment

  • @iiCharlotte
    @iiCharlotte9 жыл бұрын

    Thank you!

  • @ssuchihamadara
    @ssuchihamadara6 жыл бұрын

    Sir your video was super super easy to understand.its neat and clean.keep up the good work.

  • @RandellHeyman

    @RandellHeyman

    6 жыл бұрын

    shubham singh thanks.

  • @mohabmetwally5749
    @mohabmetwally57497 жыл бұрын

    nice explanation, happy subscriber!

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    Thanks and welcome!

  • @exxzxxe
    @exxzxxe4 жыл бұрын

    Expert and clear explanation- thank you.

  • @RandellHeyman

    @RandellHeyman

    4 жыл бұрын

    Glad it helped. I wish there had been a video like mine when I was studying the Chinese Remainder Theorem!

  • @shishkabob789
    @shishkabob78910 жыл бұрын

    super helpful, thanks!

  • @GauravChawla111
    @GauravChawla1117 жыл бұрын

    at 04:22 why do we go from 3 mod 4 to 1 mod 4 to 2 mod 4 ?? i just couldnt keep up with the flow, why dont we multiply by 2 and just stop.

  • @RandellHeyman

    @RandellHeyman

    7 жыл бұрын

    For large moduli you will not be able to use trial and error. You will need to get to your answer via the inverse, using the extended Euclidean algorithm. This is why I suggest at 4 min 30 that you do the calculations in 2 stages. Also see my comments at the end of the video

  • @brandonmtb3767
    @brandonmtb37676 жыл бұрын

    the idea is to get the lowest possible number that solves it right? because larger numbers can sometimes solve the problem

  • @matheuscamargo7436
    @matheuscamargo743610 жыл бұрын

    great job!!

  • @sonnypastore3453
    @sonnypastore34534 жыл бұрын

    thank you!

  • @abc4227685
    @abc42276856 жыл бұрын

    very clear explanation, thank you

  • @Sriram-qx9zs
    @Sriram-qx9zs4 жыл бұрын

    This video might be 6 years old, but it is amazing! Thank you so much!

  • @RandellHeyman

    @RandellHeyman

    4 жыл бұрын

    Thanks. More of my videos at kzread.info