How many trades represent all the profit?
Given a list of results from trades made:
[1 3 -4 2 -1 2 3]
We can add them up to see this series of trades made a profit ...
Make a vector of prime numbers
Input(n) - length of vector with prime numbers
Output(v) - vector of prime numbers
Example:
* n=1; v=2
* n=3; v=[2 3 5...
Reverse CHECKBOX MATRIX with 69
Create a reverse checkbox matrix with '69'.
Where the size is the input and output will be a square checkbox matrix.
Exa...