Problem 1836. Negation and new variables
Inspired by Problem 1827 by Andrew Newell.
Write a function that has the following property:
(x~=y)
neg3(x)=x;
neg3(y)=y;
neg3(x)=-x;
neg3(y)=-y;
...
The test suite is simple. The goal is just to obtain a general method.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
-
Select every other element of a vector
32967 Solvers
-
1741 Solvers
-
Make a run-length companion vector
638 Solvers
-
Multiples of a Number in a Given Range
615 Solvers
-
Reverse the elements of an array
1022 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!