Given a vector of pairwise coprime positive integers, p, and a vector of corresponding remainders, r, return a positive integer, d, which, when divided by each of the elements of p, produces the respective remainders r.
Example:
p = [3, 5, 7]
r = [2, 3, 2]
d = 23
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers5
Suggested Problems
-
569 Solvers
-
Output a vector which is table of 9
177 Solvers
-
Return the sequence element II
44 Solvers
-
find "greatest common divisor" of two integer value
198 Solvers
-
Determine if x is a combination of m and n
425 Solvers
More from this Author45
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Similar to - Problem 1672. Leftovers? Again?!