fyi; I think I found a workaround, so I am set now. I simply added y; On the line after load_package specfn; in the script and this seems to worked. It read this line as the answer. Now I get no error from the int() command. --Nasser On 4/18/2024 4:19 PM, Nasser M. Abbasi wrote: I need to integrate int(Lambert_W(x),x); But in script, when I try to load specfn it gives prompt to decalre ln operator. How do I automate this to say Y ? --------- on Linux terminal --------------- redcsl -w Reduce (CSL,...
I need to integrate int(Lambert_W(x),x); But in script, when I try to load specfn it gives prompt to decalre ln operator. How do I automate this to say Y ? --------- on Linux terminal --------------- redcsl -w Reduce (CSL, rev 6687), 9-Jan-2024 ... 1: load_package specfn; Declare ln operator ? (Y or N) Since script does not answer, it returns error on next command int(Lambert_W(x),x); +++ Error unset variable: x Is there a way to tell tell it YES in the command without being prompted? I am doing...
First time using reduce CAS. How does one convert some expression to Latex and save the latex as string to a file? I know about load_package "rlfi"; but this is not really what I want. I want to convert individual expression of my choosing to latex. For an example (and I will be doing all of this in a script). r:=int(sin(x),x); Now I want to convert only r to Latex and save the generated Latex as string to a text file. Current I do the following. I have script t.txt like this >cat r.txt load_package...
First time using reduce CAS. How does one convert result to Latex and save this latex as string to a file? I know about load_package "rlfi"; but this is not really what I want. I want to convert a reduce expression of my choosing to latex. For an example (and I will be doing this all in scripts). r:=int(sin(x),x); Now I wan to convert only r to Latex and save the generated Latex to text file. Current I do this. I have script t.txt like this >cat r.txt load_package "algint"; load_package "rlfi"; off...
First time using reduce CAS. How does one convert result to Latex and save this latex as string to a file? I know about load_package "rlfi"; but this is not really what I want. I want to convert a reduce expression of my choosing to latex. For an example (and I will be doing this all in scripts). r:=int(sin(x),x); Now I wan to convert only r to Latex and save the generated Latex to text file. Current I do this. I have script t.txt like this >cat r.txt load_package "algint"; load_package "rlfi"; off...
First time using reduce CAS. How does one convert result to Latex and save this latex as string to a file? I know about load_package "rlfi"; but this is not really what I want. I want to convert a reduce expression of my choosing to latex. For an example (and I will be doing this all in scripts). r:=int(sin(x),x); Now I wan to convert only r to Latex and save the generated Latex to text file. Current I do this. I have script t.txt like this >cat r.txt load_package "algint"; load_package "rlfi"; off...
new time using reduce CAS. How does one convert result to Latex and save this latex as string to a file? I know about load_package "rlfi"; but this is not really what I want. I want to convert a reduce expression of my choosing to latex. For an example (and I will be doing this all in scripts). r:=int(sin(x),x); Now I wan to convert only r to Latex and save the generated Latex to text file. Current I do this. I have script t.txt like this >cat r.txt load_package "algint"; load_package "rlfi"; off...
new time using reduce CAS. How does one convert result to Latex and save this latex as string to a file? I know about load_package "rlfi"; but this is not really what I want. I want to convert a reduce expression of my choosing to latex. For an example (and I will be doing this all in scripts). r:=int(sin(x),x); Now I wan to convert only r to Latex and save the generated Latex to text file. Current I do this. I have script t.txt like this >cat r.txt load_package "algint"; load_package "rlfi"; off...