adrian5213

35 Reputation

4 Badges

9 years, 91 days

MaplePrimes Activity


These are questions asked by adrian5213

Wanna ask that how to make maple program to select a random binary number in base 2.

For example, suppose that we have a value 11101100(8 bit which in base 2),then how to let Maple to select a binary number randomly and the binary bit of the random number always shorter than the previous then sum it together?

For example the program will select 1101101(7-bit) and sum it together(11101100+1101101=101011001,in base 2)

Can somebody help me thanks.

Hai everyone, wanna know that how to perform 2's complement method in maple 17?

For instance, 2's complement of 19 is 11101100(in base 2) in 8-bit binary representation.

 

Hello everyone,wanna ask that how to perform binary arithmetic(addition,subtraction,multiplication and division) in Maple.

For instances, how i need to perform:

1101+111=10100(all in base 2)

11000-1011=1101(all in base 2)

1011*1101=10001111(all in base 2)

10010011/1011=1101(all in base 2)

 

Kindly help,thanks.

1 2 Page 2 of 2