Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: elimination
Path: Elimination.ipynb
Views: 14Image: ubuntu2204
Kernel: Octave 8.2
In [3]:
Out[3]:
warning: using the gnuplot graphics toolkit is discouraged
The gnuplot graphics toolkit is not actively maintained and has a number
of limitations that are unlikely to be fixed. Communication with gnuplot
uses a one-directional pipe and limited information is passed back to the
Octave interpreter so most changes made interactively in the plot window
will not be reflected in the graphics properties managed by Octave. For
example, if the plot window is closed with a mouse click, Octave will not
be notified and will not update its internal list of open figure windows.
The qt toolkit is recommended instead.
In [4]:
Out[4]:
In [5]:
Out[5]:
In [7]:
Out[7]:
warning: Solving was not successful. The iterative integration loop exited at time t = 6.559372 before the endpoint at tend = 10.000000 was reached. This may happen if the stepsize becomes too small. Try to reduce the value of 'InitialStep' and/or 'MaxStep' with the command 'odeset'.
warning: called from
integrate_adaptive at line 282 column 7
ode45 at line 239 column 12
In [6]:
Out[6]:
error: integrate_adaptive: Solving was not successful. The iterative integration loop exited at time t = 0.000000 before the endpoint at tend = 10.000000 was reached. This happened because the iterative integration loop did not find a valid solution at this time stamp. Try to reduce the value of 'InitialStep' and/or 'MaxStep' with the command 'odeset'.