Problem 46654. Inequalities
Check if the point is in the solution list of an inequality.
inequality : '2x + 3y >= 24'
point : (0,0) -----> false (0)
point : (0,8) -----> true (1)
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
Read a column of numbers and interpolate missing data
2349 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2519 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
2027 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1244 Solvers
-
9178 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!