Nuraz

15 Reputation

One Badge

12 years, 2 days

MaplePrimes Activity


These are questions asked by Nuraz

Hello ...

how to convert matrix to single code like below


for example ,a:=

 

how i want to combine a like b:= 00000001111000111100000110011001110101010101

 

I have list for a:=[11110, 10101,100,10101], but, this list i want assume that all number is base 2..
so, how i want to convert to base 10?

Hello..
 i have big problem, i dont know, how to add 0 in front.
firstly, i convert decimal to binary and  then i convert to string

but, how i add some 0 in front??
for exmple below..

list:=["1000","1","1110"]

i want to look like 7 bit
["0001000","0000001","0001110"]

i dont know how to count all digit, and how to add some 0 to front , and also have 7 bit?

Hello....

how to convert decimal to binary??
for example [10, 3,90,6]..
how to convert this number into binary??

Page 1 of 1