using an app command in cas. (area)
|
08-26-2014, 06:56 AM
Post: #2
|
|||
|
|||
RE: using an app command in cas. (area)
area (lowercase) is a CAS command used for geometry, it handles geometric objects (area(circle(0,1)) or area(1,2,i) for a polygon with vertices of affixes 1, 2 and i). It will also returns the area under a curve if you provide the following arguments: expression, variable=lower..upper like area(sin(x),x=1..2).
In your example, your arguments are interpreted as affixes of 3 vertices of a triangle, all on the x axis, therefore the polygon has area 0. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
using an app command in cas. (area) - Angus - 08-26-2014, 05:16 AM
RE: using an app command in cas. (area) - parisse - 08-26-2014 06:56 AM
RE: using an app command in cas. (area) - Angus - 08-26-2014, 08:37 AM
RE: using an app command in cas. (area) - parisse - 08-26-2014, 09:26 AM
|
User(s) browsing this thread: