Nuraz

15 Reputation

One Badge

11 years, 297 days

MaplePrimes Activity


These are replies submitted by Nuraz

@Carl Love sorry sir..  i have one question? how i want to return to the origanal matrix again??
like from b to a? sorry sir..

@Kitonum thank you..

@Carl Love Thanks you..

@Kitonum thank you for your help..

@Markiyan Hirnyk okay..

a:= ["1001","1111","1000","1000"],
how to convert list of this into the integer such as b= [1001,1111,1000,1000]?

@Markiyan Hirnyk 

Sorry, i have one problem.. i don't know how to convert this,

dd:=["0101101","0000001","0011001","0000001"]

 if i do this, it show that

but, i don't want do that, i want show, [101101,1,0011001].. how?

@Markiyan Hirnyk 
thank you..

Thanks a lot for you..

Thanks a lot for you..

firstly..
i want thank you,  for your reply...
i'm student now, i want learn about maple..
like you say..
want i try for your suggestion..
it give me same value..

> nums := [10, 3, 90, 6];
> Bits := Split(nums);

                    ans= Split([10, 3, 90, 6])

what i miss for this cording?? it can convert to binary..
i'm new people to use this maple.. i hope you understand me..
thank you..

firstly..
i want thank you,  for your reply...
i'm student now, i want learn about maple..
like you say..
want i try for your suggestion..
it give me same value..

> nums := [10, 3, 90, 6];
> Bits := Split(nums);

                    ans= Split([10, 3, 90, 6])

what i miss for this cording?? it can convert to binary..
i'm new people to use this maple.. i hope you understand me..
thank you..

thank you very much..

i want to show you about my cording..
if i wrong, you can help me...
sorry, my english broken.. ;-)

first i want to build the big table.. such as...
with(StringTools); with(numtheory)

numb:=table(["a"=01,"b"=02,"c"=03,"1"=45,"2"=46,"3"=47]):

message to number..


> M := proc (message) local k, plaintext; plaintext := [seq(numb[substring(message, k)], k = 1 .. length(message))]; return plaintext end proc;
>
so... want i call that... M("abc123") answer is [01,02,03,45,46,47]
my question is, how to write coding for that answer, to binary.. like [0001,0010...].. how?? please help me,,

thank you very much..

i want to show you about my cording..
if i wrong, you can help me...
sorry, my english broken.. ;-)

first i want to build the big table.. such as...
with(StringTools); with(numtheory)

numb:=table(["a"=01,"b"=02,"c"=03,"1"=45,"2"=46,"3"=47]):

message to number..


> M := proc (message) local k, plaintext; plaintext := [seq(numb[substring(message, k)], k = 1 .. length(message))]; return plaintext end proc;
>
so... want i call that... M("abc123") answer is [01,02,03,45,46,47]
my question is, how to write coding for that answer, to binary.. like [0001,0010...].. how?? please help me,,

Sorry.. i can't acces for this server.. can you help me..?

Sorry.. i can't acces for this server.. can you help me..?

1 2 Page 1 of 2