Jump to content

whether autolisp ability to perform mathematical operations likes Derived,Integral???


Recommended Posts

Posted

:(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

Posted (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 by BIGAL
Posted

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.

Posted

thanks a lot bigal & lrm

dear bigal my equation is solve diffrential equation by explicit method, i have try solve by matlab.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...