(1a) Compute 240^262 mod 14 using the fast modular exponentiation method.

  Рет қаралды 132,984

Susan Zehra

Susan Zehra

Күн бұрын

Пікірлер: 83
@dagi_d
@dagi_d 3 жыл бұрын
I am Spanish (I am using GTranslate for this comment), and I have a lot to thank for this video. It has helped me more than my university's own to understand how to solve the fast exponentiation algorithm. A lot of thanks!
@035asadali8
@035asadali8 2 жыл бұрын
i am also here to learn the how to calculate mod of a power for an algorithm
@rodneycancler5114
@rodneycancler5114 2 жыл бұрын
You taught me better than my professor, thank you!
@codeberry3278
@codeberry3278 2 жыл бұрын
Thank you very much for showing us this easier way to find modulus. Before that, we could not practice text encrypting algorithms using C++. But now we can.
@DaKILLaGod
@DaKILLaGod 2 жыл бұрын
one can encrypt text just by xor it with the key.. its unbreakable to some extent..
@MahnoorAkhtar-b4f
@MahnoorAkhtar-b4f 2 ай бұрын
Thank you thank you thank you mam i have seen alot of videos but can not understand this concept and your single video clear all my concepts...
@alexcalabro8140
@alexcalabro8140 3 жыл бұрын
very helpful, thank you. The only good video on youtube for this
@surajpratapsinghsayar7282
@surajpratapsinghsayar7282 3 жыл бұрын
suberb explanation. Solved a project euler problem 97. Been stuck on that for 2 days!
@TheAajtv
@TheAajtv 2 жыл бұрын
You made my life easy ...thanks for the support...
@jedgraves8399
@jedgraves8399 Жыл бұрын
Thank you so much. I had to use this method for my cryptography class and yours is the only video that explained it well.
@NasirUddin-wq1oe
@NasirUddin-wq1oe 2 жыл бұрын
Thank you for this easiest method.
@CyberMysticOfficial
@CyberMysticOfficial Жыл бұрын
Thankyou Ma'am, May Allah Bless you
@SaSuB
@SaSuB Жыл бұрын
Finally i found the way to calculate it thx a lot
@SaVaGe-_-GuYz
@SaVaGe-_-GuYz 4 ай бұрын
thanks a lot, that was super helpful
@nandakishorjairam4140
@nandakishorjairam4140 Жыл бұрын
truly amazing, thank you
@kingdomofhavean
@kingdomofhavean 3 жыл бұрын
GREAT explanation
@o.s8765
@o.s8765 3 ай бұрын
you're the best
@silentzaingaming5791
@silentzaingaming5791 3 ай бұрын
thanks. great explain. I appreciate it
@ssambadenis9401
@ssambadenis9401 2 жыл бұрын
This was very helpful to me.. Thanks
@jassikaur6180
@jassikaur6180 Жыл бұрын
Great method...plz make video on if calculate modulo of negative power
@vishalkarna3763
@vishalkarna3763 3 жыл бұрын
Nice and clear explanation
@vanidixit3894
@vanidixit3894 13 күн бұрын
when binary starting number is one...then how to start? ex: 60 ^ 29mmod 133 29 binary value-11101
@Yoyo-ck9pm
@Yoyo-ck9pm 3 жыл бұрын
Answer 2. Thankyou ❤️
@kashifshabbir-ww8qo
@kashifshabbir-ww8qo Ай бұрын
How to calculate the square of 627 under mod 941
@suisilanisuvianavanua7962
@suisilanisuvianavanua7962 3 жыл бұрын
hi.. how do we calculate mod working ?
@DVRhm25
@DVRhm25 2 жыл бұрын
Hi. I'm not that bright. How do we easily calculate 240^2(mod14)=4?
@guilhermefranco2949
@guilhermefranco2949 2 жыл бұрын
Notice 14 * 17 = 238, such that 240 is 2 mod 14, then we can plug in to find 240^2 = 2^2 = 4 (mod 14).
@syedrizvi1704
@syedrizvi1704 2 жыл бұрын
240 mod 14 = 2 because 240=14*17+2. Now taking square on both sides, you will get 240^2 mod 14 = 2^2. Therefore, 240^2 mod 14 = 4. Hope this helps!
@vedbhanushali608
@vedbhanushali608 2 жыл бұрын
Thank you mam life saving 🧡🧡
@4mt
@4mt 6 ай бұрын
Thank you!
@parvezmohammad3620
@parvezmohammad3620 3 жыл бұрын
it was really helpful thanks
@babujimitra7920
@babujimitra7920 2 жыл бұрын
Excellent
@sarrab7087
@sarrab7087 Жыл бұрын
Thank you ❤
@alinajaved2165
@alinajaved2165 2 жыл бұрын
how to calculate 2^223 mod 353?
@susanzehra
@susanzehra 2 жыл бұрын
See my latest video that I created for you at kzbin.info/www/bejne/Z6DdgWaietN2oLc
@jabreljonto2923
@jabreljonto2923 2 жыл бұрын
Thank you so mutch
@alichene
@alichene 2 жыл бұрын
Thank you for your
@prasanthbalaji1160
@prasanthbalaji1160 2 жыл бұрын
U save d me thanks a lot mam
@KPfVy2ma
@KPfVy2ma Жыл бұрын
thank you
@iDK-kw5ei
@iDK-kw5ei Жыл бұрын
in google the final answer is showing 4 and yours 2 what to do now? which one is correct
@adnantatlis3225
@adnantatlis3225 Жыл бұрын
hello thanks for video do u now fastest algorithm for generate big integer or faste way to generate 2*256
@user-qz2vu2wy6b
@user-qz2vu2wy6b Жыл бұрын
instead of 240 for the first columm, why don't you put 2, because 240 mod14 is congrent 2 mod 14
@jb31842
@jb31842 Жыл бұрын
Yes this should work
@alexdibu_3782
@alexdibu_3782 2 жыл бұрын
2:06 if in the first column I had 0 instead of 1, should I always put 240 or 1?
@georgeallen7487
@georgeallen7487 Жыл бұрын
There are infinite zeros before every binary expansion of an integer, but they are just not written because they carry no information. It follows that the first column will always be one, for all numbers other than zero. For a concrete example take the number twenty. I can write it 20 or 020 and it represents the same integer. Analogously I can write 010(base b) and 10(base 2) and they have the same value.
@kacho4618
@kacho4618 2 жыл бұрын
thanks
@nevermind7164
@nevermind7164 Жыл бұрын
HOW TO COMPUTE 1819¹³ MOD 2537
@CamelloDric
@CamelloDric 11 ай бұрын
How 2^2 mod 14 is 4?
@syedrizvi1704
@syedrizvi1704 9 ай бұрын
Divide 2^2 by 14 and find the remainder. So, 4 mod 14 = 4
@inspireVoyage123
@inspireVoyage123 Ай бұрын
240 power 1783 mod 3233 calculate this
@prateekporwal1108
@prateekporwal1108 Жыл бұрын
U r 👍
@omkarmagadum4969
@omkarmagadum4969 Жыл бұрын
use stable camera
@soundeffectbysounds
@soundeffectbysounds Жыл бұрын
its 2
@namdhv
@namdhv Жыл бұрын
I calculated it and result is 4!!!
@syedkausarali2846
@syedkausarali2846 3 жыл бұрын
how 240^2 mod 14 is so easy?
@hamzahouchti5405
@hamzahouchti5405 3 жыл бұрын
240=(14*17)+4
@sharp_ikecicle
@sharp_ikecicle 3 жыл бұрын
@@hamzahouchti5405 14*17+4 = 242
@syedrizvi1704
@syedrizvi1704 2 жыл бұрын
240 mod 14 = 2 because 240=14*17+2. Now taking square on both sides, you will get 240^2 mod 14 = 2^2. Therefore, 240^2 mod 14 = 4. Hope this helps!
@suuujuuus
@suuujuuus 11 ай бұрын
There is a rule if a mod b congurent c d mod b congurent e ad mod b congurent ce 240mod14 (14 × 10 + 14 × 5 + 14 × 2 = 238) congurent 2 240×240mod14 congurent 2×2
@khudejarahim8451
@khudejarahim8451 4 ай бұрын
yeah use calculator trick
@vineetbhoria245
@vineetbhoria245 Сағат бұрын
Crystall clear
@mwddd
@mwddd 2 жыл бұрын
37600^15943 MOD 37673 is 48 Finally I am able to use a calculator to calculate the result, and it is tally with result obtained from software PowerMod calculator.
@HajarAmlal-t3s
@HajarAmlal-t3s 3 ай бұрын
How did you do to her?
@mayankmahajan9716
@mayankmahajan9716 4 ай бұрын
Thank you so much. I had to use this method for my cryptography class and yours is the only video that explained it well.
@hmm8161
@hmm8161 4 ай бұрын
Same I also used the same method for rsa algo
@ToanPham-wr7xe
@ToanPham-wr7xe 2 ай бұрын
😮
@Sufi254
@Sufi254 10 ай бұрын
Answer should be 4. But you said it's 2.why?
@AbleBrawa
@AbleBrawa 4 ай бұрын
Love you😅❤
@sazib3936
@sazib3936 4 ай бұрын
got it.
@aakash-muadDab-usul
@aakash-muadDab-usul Ай бұрын
Thank you so much, your method is the best!!!
@tariqmath1845
@tariqmath1845 5 ай бұрын
Is this work for all numbers
@VP-km1ru
@VP-km1ru 2 жыл бұрын
thanks..most explanations out there are worse than garbage...this is the best ive seen..
@babujimitra7920
@babujimitra7920 2 жыл бұрын
Any same type of video... very interesting.. Beautiful
@Multi1Vids
@Multi1Vids Жыл бұрын
I THANK YOU VERY MUCH
@faisalzaidi4642
@faisalzaidi4642 3 жыл бұрын
thanks your video helps alot
@tabassumhafsa4704
@tabassumhafsa4704 Жыл бұрын
Thank you ma'am such an excellent explanation.
@zaidfaster1321
@zaidfaster1321 6 ай бұрын
ITS WORK
@nithya772
@nithya772 10 ай бұрын
Thank you mam
@skv292002
@skv292002 3 жыл бұрын
Gr8 best lecture in world
@mariammohsen5594
@mariammohsen5594 2 жыл бұрын
Thanks alot ❤️❤️❤️❤️❤️❤️
@Jess_Samuel
@Jess_Samuel Жыл бұрын
Brilliant video.
@learning_trespasser
@learning_trespasser 8 ай бұрын
thanks
@codeTuber033
@codeTuber033 Жыл бұрын
you made this concept ,crystal clear to me ☺thank you ma'am
(1b) Compute Z*15
1:14
Susan Zehra
Рет қаралды 3,7 М.
Modular Exponentiation (Part 1)
10:20
Neso Academy
Рет қаралды 350 М.
From Small To Giant Pop Corn #katebrush #funny #shorts
00:17
Kate Brush
Рет қаралды 69 МЛН
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 100 МЛН
The day of the sea 😂 #shorts by Leisi Crazy
00:22
Leisi Crazy
Рет қаралды 1,6 МЛН
[Discrete Math] Modular Exponentiation
9:14
Tim Farage
Рет қаралды 161 М.
Binary Exponentiation
15:13
Errichto Algorithms
Рет қаралды 99 М.
Square & Multiply Algorithm - Computerphile
17:35
Computerphile
Рет қаралды 276 М.
The Test That Terence Tao Aced at Age 7
11:13
Tibees
Рет қаралды 4,3 МЛН
Quest To Find The Largest Number
11:43
CodeParade
Рет қаралды 446 М.
Solving an exponential equation with different bases
3:01
bprp math basics
Рет қаралды 1 МЛН
How To Predict Random Numbers Generated By A Computer
13:54
PwnFunction
Рет қаралды 548 М.
Fermat's Little Theorem examples
11:45
Maths with Jay
Рет қаралды 487 М.
Binary Exponentiation
14:26
CS with Terry
Рет қаралды 4,5 М.