photo

Eric Johansson


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
222,204
of 301,432

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
How do I solve a linear equation system with integers in modulo n?
Thanks for your answer! I am not working mod a prime so I tried MuPad like this: linsolve([4*a + b = 17, 19*a + b = 3], Dom...

10 years ago | 0

Question


How do I solve a linear equation system with integers in modulo n?
Assume I have these two linear equations, both in mod 26: 4a + b = 17 19a + b = 3 The unique integer solution in m...

10 years ago | 3 answers | 0

3

answers