Talk:Acceleration
From semanticweb.org
This is the definition of average acceleration, would it be beneficial to include instantaneous acceleration too? Fuelbottle 14:46, 15 November 2005 (CET)
- This would be just a variation. I've wroten this as an example to show why we need a mathematical synatax too. But you are free to extend this article to show other examples, or show a better way how we can handle Mathematical Relations.
- MovGP0 16:18, 15 November 2005 (CET)
Derivations themselves could be represented as objects, i.e. Attribute:S-Expression and the converter extended to generate PML for sharing with other systems example:
[[S-expression:="
(derivation 'Accel2
(("F = m*a" "(1) from Force")
(-> "m*a = F")
(-> "a*m = F")
(-> "a*m/m = F/m" "substitution /" )
(-> "a*1 = F/m")
(-> "a = F/m")))
"]]
Here I am mixing expressions within s-expressions but it could also be pure lists.