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 Solvers7
Suggested Problems
-
Back to basics 6 - Column Vector
1114 Solvers
-
07 - Common functions and indexing 2
423 Solvers
-
356 Solvers
-
195 Solvers
-
Check if a matrix Diagonal is equal to its secondary diagonal
40 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?!