root/trunk/examples/symdiff/NOTES.txt

Revision 4662, 1.0 KB (checked in by pmoura, 5 days ago)

Updated copyright notice.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.35.0
4
5Copyright (c) 1998-2009 Paulo Moura.        All Rights Reserved.
6Logtalk is free software.  You can redistribute it and/or modify
7it under the terms of the "Artistic License 2.0" as published by
8The Perl Foundation. Consult the "LICENSE.txt" file for details.
9================================================================
10
11
12To load this example and for sample queries, please see the SCRIPT.txt file.
13
14This folder contains an example of using parametric objects to implement
15symbolic expression differentiation and simplification.
16
17Current limitations:
18
19    - the expression that we intend to differentiate or simplify
20    must be a compound term. Accepted functors are *, +, -, **, and log.
21
22    - use as a variable the atom x.
23
24    - only integers can be used as constants.
25
26This example is still incomplete. For example, using sum distribution
27property to simplify expressions is not yet implemented.
Note: See TracBrowser for help on using the browser.