On Wed, Mar 04, 2026 at 06:53:19AM +0100, 'Ralf Hemmecke' via FriCAS - computer algebra system wrote:
> Hi Waldek,
>
> I suppose that you have compiled/edited
>
>
http://wiki.fricas.org/FriCASLibraryExamples
>
> Is it actually safe to use https instead of http?
I am not sure what you want to know here. When you connect to
wiki server you get essentially the some page regardless of using
http or https.
> The following links are not mentioned on the above page.
> What do you prefer? Should I leave them in examples.rst or rather
> move them to the above list.
>
> I would definitely like to have a **list** of relatively **good** examples,
> not just wild programming attempts in the wiki, in other words, fewer but
> didactic examples with documentation are better than just some undocumented
> lines of code where it is hard to figure out what the code wants to achieve.
Well, I tried to put some organization into wiki. 'FriCASLibraryExamples'
as name indicates is intended for examples of using library instead of
general tutorial or programming Spad. And examples that I added try
to explain what is happening, so IMO are reasonably good, didactic
examples. Some are of sort "see, this works", that is computation
in a sense is very simple and need almost no explanantion but
is a bit challenging for the system, but most tries to do things
that user may want to do, but are somewhat unobvious.
In general, FriCAS wiki has a problem that is is rather flat,
that is wiki user may easily get long list of pages, some just
of low quality, some good but on mixed things. 'FriCASLibraryExamples'
tries to be selective and on topic. I also tried to add few other
pages that group things, but there is still a lot of work to do.
A few comments about pages below:
That is in different spirit, it tries to explain what is implemented
and what remain unimplemented.
Those two show examples of integrals that FriCAS can handle, but
other systems have/had trouble to do. The 3 pages above can
give the user some idea about FriCAS capabilities, but they
almost exclusiely use 'integrate', so user is unlikely to
lern new skill from them.
Those two probably should be added to example page
Maybe this one too.
This uses Spad, so is somewhat different.
The same.
This is a general tutorial, again different thing.
--
Waldek Hebisch