fbackelj

271 Reputation

6 Badges

19 years, 107 days

MaplePrimes Activity


These are Posts that have been published by fbackelj

Hello,

a colleague just noticed the following (erroneous) behavior in Maple 10 :

> a := Psi(2, 2+2*I);
a := Psi(2, 2 + 2 I)
> printf("%+.6e\n", Re(a));
Error, (in fprintf) number expected for floating point format
> evalb(Im(a) <> 0);
false

The behavior is correct in Maple 9.5 :

> a := Psi(2, 2+2*I);
a := Psi(2, 2 + 2 I)
> printf("%+.6e\n", Re(a));
+3.902435e-02
> evalb(Im(a) <> 0);
true

-- Regards,

Franky.
I would like to see some print functionality for the mapleprimes website. Now when you print a forum topic, the sidebars are printed as well, resulting in an ugly page where not a lot of space is left for the real content. It should suffice that an alternate print stylesheet is added in which the sidebars are hidden. I hope this is worth considering. -- Regards, Franky.
Hello,

this is just my first message here on the new beta.mapleprimes.com, and I hope there will be many more to follow. This site will hopefully be what I was missing for a long time : a user community for all things Maple.

Considering I'm new to the site, I was trying to find what I could all do... so wouldn't it be a good idea to put some suggestions in the FAQ on where to put what? That is, suppose I have a question regarding some function, where's the best place to put it? In a forum, you say? But which one? Or, suppose I found out a neat feature, and I want to share it with all of you, where should I put that? On some forum, or on my blog?
1 2 Page 2 of 2