Feeds
提问
decimal place rounding off
how to round of a number into 2 decimals places without using the round function?
6 years 前 | 1 个回答 | 0
1
个回答提问
sorting a list by position
p=[5 3 1 7 9 2 4 6 8] o=[0 2 4 2 4 3 1 1 3] I want to sort o from largest to smallest, but while sorting o, the movement posit...
6 years 前 | 1 个回答 | 0
1
个回答提问
matrix sorting different way
for example I have [ 1 9 5 7 8 4 6 2 3] I want to sort by becoming [max, function , min] where this function is basically taki...
6 years 前 | 0 个回答 | 0
0
个回答提问
matrix auto creation problem
If I want to make a matrix that inserts M as the order and it directly create a matrix with numbers from 1-M*M in that matrix. H...
6 years 前 | 1 个回答 | 0
1
个回答提问
Matrix Average beside the numbers
After creating a matrix of order MxM it will then output a new matrix in which each element is calculated from the original matr...
6 years 前 | 1 个回答 | 0