Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#2 Re: Help Me ! » Modular Arithmetic » 2014-09-07 04:57:39

gAr

That's true, but no single person can handle them all!

#3 Re: Help Me ! » Modular Arithmetic » 2014-09-07 04:43:49

gAr

Perhaps you may try it one at a time.

#4 Re: Help Me ! » Modular Arithmetic » 2014-09-07 04:26:47

gAr

Nothing in particular, I think.
Reading some random stuffs.

#5 Re: Help Me ! » Modular Arithmetic » 2014-09-07 04:13:25

gAr

Did not try it on them yet, so can't say.

#6 Re: Help Me ! » Modular Arithmetic » 2014-09-07 04:07:40

gAr

Nope, none I know of, the situation is hopeless, need to take charge!

#7 Re: Help Me ! » Modular Arithmetic » 2014-09-07 03:59:58

gAr

What is required is curiosity.
Wish all the math educators knew programming and did EM.

#9 Re: Help Me ! » Modular Arithmetic » 2014-09-07 03:45:20

gAr

First trying to make them adept at programming.
Or else, they will get both the code and math wrong!

#10 Re: Help Me ! » Modular Arithmetic » 2014-09-07 03:12:41

gAr

Hi,

No problem.
I too hope so, all I need is time to chew on the bits and numbers!

#11 Re: Help Me ! » Modular Arithmetic » 2014-09-06 19:07:49

gAr

Okay, enjoy your dinner.

#12 Re: Help Me ! » Modular Arithmetic » 2014-09-06 18:51:07

gAr

Thanks!
Don't know whether I'll be good or not, giving it a try anyway.
You may remember me telling earlier that I did not want a teaching job, but now here I am!

#13 Re: Help Me ! » Modular Arithmetic » 2014-09-06 18:38:09

gAr

Teaching students as a part of my job.

Felt like company jobs are rubbish.

#14 Re: Help Me ! » Modular Arithmetic » 2014-09-06 18:24:14

gAr

Hi,

That's good then.

I have been teaching and learning!

#15 Re: Help Me ! » Permutation Problems » 2014-09-06 15:15:06

gAr

Hi,

Using bobbym's idea to do it with Sage and unix-like systems utilities:

import os
plst = Permutations("mathematics").list() 
fo = open("tmpf", "w")
for pp in plst:
     fo.write(''.join(pp)+"\n")
fo.close()
os.system("cat tmpf | grep ".*a.*e.*a.*i" | wc -l") 

#16 Re: Help Me ! » Modular Arithmetic » 2014-09-06 14:53:04

gAr

Hello!
Hope you all are doing well.

#17 Re: Help Me ! » Modular Arithmetic » 2014-09-06 04:45:22

gAr

Hi,

Can also be computed by using binary exponentiation.
In python,

pow(7, 7**7, 13)   # = 6

#18 Re: Help Me ! » Even more trig » 2014-07-14 06:21:17

gAr

Expanding gives:

hence in H.P.

#21 Re: Exercises » Bitter numerics: » 2014-07-05 23:28:26

gAr

Okay.
Thanks for the problem, I could not have found it otherwise.
Now I can simply use that program as a template for any series I meet!

#22 Re: Exercises » Bitter numerics: » 2014-07-05 23:11:21

gAr

Hi,

Thanks!
What transform did you apply?

Board footer

Powered by FluxBB