alejaha3

12 Reputation

2 Badges

15 years, 297 days

MaplePrimes Activity


These are questions asked by alejaha3

I am gettinga string from a textfield

In my program that String represent a set of 8 bits

ie. g(t)= 10101110

But I need to separate them like

n0=1

n1=0

n2=1

...

n7=0

 

where each n is an integer

how do I do it?

 

 

 

I have this code and to test if it works in TextField1 next to the label "MATRIZ A" I enter

How do I create a list in maple. ie:  numbers from 1 to 5 and print them like this:

1

2

3

4

5

instead of

1 2 3 4 5

 

Page 1 of 1