Convert array of decimal numbers into hexadecimal numbers array.
Example
x =[ 32 33 34 35 36 37 38 39 40 41 42 43 44 45]
res= ['20' ;'21' ;'22'; '23' ;'24' ;'25' ;'26' ;'27' ;'28'; '29' ;'2A'; '2B' ;'2C'; '2D'];
cool
super
Find the numeric mean of the prime numbers in a matrix.
5905 Solvers
649 Solvers
413 Solvers
Create a square matrix of zeros of even order
72 Solvers
Form a square matrix from four square sub-matrices
34 Solvers