icegood

290 Reputation

14 Badges

16 years, 48 days

MaplePrimes Activity


These are questions asked by icegood

What indets should be to return from next form b only:

Distribution(PDF = (x->Dirac(x-b)))

 


indets(Distribution(PDF = (x->Dirac(x-b))),name); wrong

How to change font for TextAreaComponent? Size of symbols by default are too small :(

How to change 'Data table' component column width? Is it somehow related to width of data table, to which this component connected?

{Float(10.00)} union {Float(10.0)}is two element. I have only floats to be added to my set. What operation should i do before union to "unify" all of them or must i only do linear search?

Digits:=20;

p:=proc() global Digits; Digits:=Digits+5;end proc;

Digits;

Obtained 20 at the end. Which variables has also such property of "recoveriability" after proc call?

3 4 5 6 7 8 9 Last Page 5 of 13