First time here? Check out the FAQ!

Ask Your Question
1

compute inverse modulo

asked 2 years ago

reachable_man gravatar image

updated 2 years ago

FrédéricC gravatar image

How in sage language can I find the inverse of mod ?

For example the inverse of 55 (đť‘šđť‘śđť‘‘ 89)?

or the inverse of 19 (mod 141)

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 2 years ago

slelievre gravatar image

There is a dedicated inverse_mod function.

Use it as follows:

sage: inverse_mod(55, 89)
34
sage: inverse_mod(19, 141)
52
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2 years ago

Seen: 3,822 times

Last updated: Sep 13 '22