dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.8K
active users

#maxima

0 posts0 participants0 posts today

The interactive calculation sheet for #engineering, based on #emacs, #orgmode, #texlatex and #sympy is available in English [1], although the blog article is in German [2]. The template is also in English [3].

#Orgmode is so impressive, you could use #maxima, #octave, #gnuplot, #graphviz and almost 40 other languages with all their libraries right out of the box [4].

Have fun!

[1] vennemann-online.de/flossblog/
[2] vennemann-online.de/flossblog/
[3] vennemann-online.de/flossblog/
[4] orgmode.org/worg/org-contrib/b

The #GPL licensed #STACK system is the most powerful #Maths question type available & is backed by the the #Maxima CAS System. Although it requires #Moodle, Moodle can deliver it to any #LTI compliant VLE (e.g. #Blackboard and #Canvas).

STACK comes with with over 1,000 #mathematics questions, from the #HELM project. These range from the absolute basics to advanced Maths.

You can create an instant student account and attempt some of the quizzes here

examulator.com/stack/

@rwxrwxrwx
This works really nicely. #maxima #-interface #lisp #commonLisp #CAS #mathematics
I ended up using quicklisp.org to drag in maxima (but cloning your sr.ht/~jmbr/maxima-interface/).
CL-USER> (asdf:load-system :maxima-interface)
T
CL-USER> (in-package :maxima-interface-user)
#<PACKAGE "MAXIMA-INTERFACE-USER">
MAXIMA-INTERFACE-USER> (diff '(sin x) 'x)
(COS X)
MAXIMA-INTERFACE-USER> (integrate * 'x)
(SIN X)
MAXIMA-INTERFACE-USER> (integrate ** 'x 0 (/ pi 2))
<rat notes snipped>
1

How Can We Win If Fools Can Be King In Holland?
MKULSTRA©

We Do A #Maxima!

Sorry @ #King Willem Van Oranje Nassau, Nothing Personal, Just a Big Fan Of Your Queen, My Queen, THE #Queen Of #Holland, Spoke Her First And Immediately #Epic #Dutch Words, Televised Nationally in #Holland

"Hij Was Een Beetje #Dom"

See #Muse, That's Why I Prefer "Drummer Boy"!

Queen Maxima,
An Ode From Me To You,
Every Kind Needs A Queen,
And You Are #Holland Style Queen,

You Are A #Rockstar @ #MZ

#GotYa ©

Today I learned that the source code for Franz's original Lisp for the VAX is public and even BSD-licensed: github.com/omasanori/franz-lis

It was originally developed to port Macsyma from the PDP-10 to the VAX, hence it is compatible with MacLisp.

It includes Lisp Machine Lisp's Flavors object system: github.com/omasanori/franz-lis

The source code of Franz Lisp. Contribute to omasanori/franz-lisp development by creating an account on GitHub.
GitHubGitHub - omasanori/franz-lisp: The source code of Franz LispThe source code of Franz Lisp. Contribute to omasanori/franz-lisp development by creating an account on GitHub.
#Lisp#MacLisp#Macsyma