Sujet : Re: Differentiable Forth
De : mhx (at) *nospam* iae.nl (mhx)
Groupes : comp.lang.forthDate : 17. Jul 2024, 17:42:41
Autres entêtes
Organisation : novaBBS
Message-ID : <9afe4526bf6617b38f7861b770b8b7ec@www.novabbs.com>
References : 1 2 3 4 5 6
User-Agent : Rocksolid Light
On Wed, 17 Jul 2024 16:24:01 +0000, ahmed wrote:
So the whole program is here (with the correction of der_f7())
>
: -frot frot frot ;
: f>dl ( f: a -- a 0) 0e ;
: dl>rl ( f: a b -- a) fdrop ;
: dl>eps ( f: a b -- b) fnip ;
[..]
[then]
>
Ahmed
Problem solved on one page of Forth :--)
It might already be useful for implementing
a behavioral source in iSPICE.
Try the exponential matrix ( expm(A) where A
is a square matrix ) next.
-marcel