Property:S-expression
From semanticweb.org
The term S-expression (S stands for symbolic) refers to a convention for representing semi-structured data in human-readable textual form. S-expressions are probably best known for their use in the Lisp and Scheme programming languages.
Wrapping in stringwarning.pngOnly pages in namespace "" are allowed here. for now so can be referenced as an attribute.
Pages using the property "S-expression"
Showing 5 pages using this property.
A | |
|---|---|
| Acceleration + | "(= a (/ (delta v) (delta t)))" +, "(= a (/ F m))" + |
E | |
| Equality + | "(all (a) (= a a))" +, "(all (a b) (-> (= a b)(= b a)))" + |
F | |
| Force + | "(= F (* m a))" +, "(= F (diff p t))" + |
G | |
| Gravitational acceleration + | "(= g (* G (/ m (^ R 2))))" + |
V | |
| Velocity + | "(= v (/ (delta r) (delta t)))" +, "(= (v (/ p m)))" + |