The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
help with Instruction()
02-25-2015, 11:43 AM (This post was last modified: 02-25-2015 11:45 AM by Angus.)
Post: #1
help with Instruction()
hi everybody!

I need help with Geometry.Instruction().
Reading from the list works fine, but doing

Geometry.Instruction(0):="plotfunc(x^2,x)" fails with error Invalid input.

f(x):=x^2/4;
Geometry.Instruction(0):="plotfunc(f(x),x)" fails with error Invalid Input.

edit:
I remembered Han's comments on strings as parameter in CAS commands in a program. So I tried
cmd:="plotfunc(x^2,x)
Geometry.Instruction(0):=cmd which also gives an error

How do I use that command to ADD a String to the list?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
help with Instruction() - Angus - 02-25-2015 11:43 AM



User(s) browsing this thread: 2 Guest(s)