hamidciv Posted November 2, 2014 Posted November 2, 2014 :(hi dear friend whether autolisp perform mathematical operations likes integral or derived? As far as I know, is not able, In this case, the LISP programming language is not exhaustive. What is the most complete programming language for learning, Which satisfy all the requirements? thanks a lot Quote
BIGAL Posted November 3, 2014 Posted November 3, 2014 (edited) You can write just about anything in lisp its about knowing how, I once write a bubble sort routine I found the source as BASIC code. A more complex routine requires the use of multiple defuns in other programming laguages that would be a "if .... goto" Whats your formula ? Sure doing finite element may be pushing it. Otherwise start at .net Edited November 3, 2014 by BIGAL Quote
lrm Posted November 3, 2014 Posted November 3, 2014 There is no one programming language that is best suited for all types of computational problems just as there isn't one CAD program that is best suited for all applications. If I needed a symbolic integration or differentiation solution to a a calculus problem I would use MathCAD. Someone else might choose Mathematica. If I needed a numerical result to a calculus problem I would consider using numerical method techniques to get an answer. Numerical method programs can be written in many languages. Matlab is popular for many engineering and scientific problems as it makes efficient use of matrices. Matlab is fairly expensive for non-academic users. The open source language r is gaining popularity for statistical computations. There are a host of other languages. One of the reasons the early AutoCAD programmers choose to base their customization language on LISP was that LISP efficiently manipulated lists. Lists are the foundation of a CAD data base. Just look at the properties of a simple object like a circle (e.g., layer, linetype, coordinates, etc.). Whether the choice of LISP was a good one is a debate for another thread. Quote
hamidciv Posted November 3, 2014 Author Posted November 3, 2014 thanks a lot bigal & lrm dear bigal my equation is solve diffrential equation by explicit method, i have try solve by matlab. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.