Karel Srot

216 Reputation

7 Badges

18 years, 247 days

MaplePrimes Activity


These are Posts that have been published by Karel Srot

Yet another Fourier series package? This package provides new data structure for the representation of trigonometric series and few procedures to work with trigonometric series and to compute Fourier series. Some procedures and data structure are similar to OrthogonalSeries package (but not the same).

Few hours before I post a blog post to MaplePrimes. I remember that some text appeared that posting was successful. But I can't see it in "my blog". Can you help me?

UPDATE!!! I found that my blogpost appers in Maple reporter. You should know, that this blogpost was just a question about how to solve my problem better. Alec Mihailovs gave me and aswer and his solution of testing nested objects is much better. If you still want to use my piece of code, you should remove "set object" form "convertAMVStolist" procedure and replace all occurrences of "hastype" with "type" (as mentioned in comments below).


This piece of code should be able to test two objects (not of every type) for equivalence (like testeq() does). The benefit is, that it should be able to test also nested objects. Is there any other and more simple way how to do that? How to test nested objects in sets?

I have noticed that my text that was converted from MW to HTML is not properly displayed. If you look at the end of the text, you will se the command > f:=x->piecewise(x FSeries:=FSeriesOfFunction(f,-Pi..Pi); which is not correct. The part "FSeries:=FSeriesOfFunction(f,-Pi..Pi);" is the next command. View the original worksheet via the MapleNet to see the difference. The problem is in the symbol "lower than" (which appears in definition of the piecewise continous function), because the publication system (or what) thinks that it is the begining of an unsupported HTML tag and the "tag" is removed. The solution is to substitute "lower than" for "< ;" (without the white space before the semicolon) and maybe the same with the "grater than" symbol.
I have noticed, that a text, that was converted from MW to HTML is not correctly displayed. Link to my text is http://beta.mapleprimes.com/blog/karel-srot/computing-fourier-series-using-the-package-fourier If you look at the end of the text, you will se the command > f:=x->piecewise(x FSeries:=FSeriesOfFunction(f,-Pi..Pi); which is not correct. The text "FSeries:=FSeriesOfFunction(f,-Pi..Pi);" is the next command. View the original worksheet via the MapleNet to see the difference http://maplenet.maplesoft.com/maplenet/worksheet/mapleprimes/1280_examples1-executed.mw The problem is in displaying of the symbol "lower than" (which is in definition of piecewise continous function), because the publication system (or what) thinks that it is the begining of an unsupported HTML tag. What about to substitute "lower than" for "< ;" during the conversion (and the same for "grater than" symbol)?
1 2 3 Page 2 of 3