[sage-support] Re: Solve this Equation for H: 5260862 = M*H^y % 20876441; know variables y and M.

2020-05-14 Thread rickhg12hs
H = (Mod(20192834, 20876441)^-1 * 5260862).nth_root(17) On Thursday, May 14, 2020 at 3:26:09 PM UTC+2, Madison Adams wrote: > > Solve this Equation for H: 5260862 = M*H^y % 20876441 > > Does anyone happen to know the steps to solve for h: > Equation: 5260862 = M*Hy % 20876441 > > Where y = 17, and

Re: [sage-support] Problem with sagetex and fancyhdr

2020-05-14 Thread David Sevilla
On Thursday, May 14, 2020 at 7:00:34 PM UTC+2, Dima Pasechnik wrote: > > > > On Thursday, May 14, 2020 at 12:14:36 PM UTC+1, Dima Pasechnik wrote: >> >> Hi David, >> >> On Wed, May 13, 2020 at 11:53 PM David Sevilla <> wrote: >> >> > Hi, I have been trying to use SageTeX in a document where I a

Re: [sage-support] Problem with sagetex and fancyhdr

2020-05-14 Thread Dima Pasechnik
On Thursday, May 14, 2020 at 12:14:36 PM UTC+1, Dima Pasechnik wrote: > > Hi David, > > On Wed, May 13, 2020 at 11:53 PM David Sevilla <> wrote: > > > Hi, I have been trying to use SageTeX in a document where I also use the > fancyhdr package, and I am not able to put Sage computations in the

[sage-support] Solve this Equation for H: 5260862 = M*H^y % 20876441; know variables y and M.

2020-05-14 Thread Madison Adams
Solve this Equation for H: 5260862 = M*H^y % 20876441 Does anyone happen to know the steps to solve for h: Equation: 5260862 = M*Hy % 20876441 Where y = 17, and M = 20192834? My H value is wrong from my previous tries. I think my order of op. is wrong. Function for code would be helpful. Alread

Re: [sage-support] Problem with sagetex and fancyhdr

2020-05-14 Thread Dima Pasechnik
Hi David, On Wed, May 13, 2020 at 11:53 PM David Sevilla wrote: > Hi, I have been trying to use SageTeX in a document where I also use the > fancyhdr package, and I am not able to put Sage computations in the header > (or the footer). A minimal example follows. > > \documentclass{article} > \u