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: exam
Path: final exam.sagews
Views: 35Image: ubuntu2204
12*x^2 - 44*x + 24
[
x == -1/2*sqrt(97) + 11/2,
x == 1/2*sqrt(97) + 11/2
]
x=.57557 and x=10.4244
which means that x=.57557 because the volume cannot be negative cannot be negative
therefore the maximum volume of the box is 13.8136800000000
-(x - 1000)*x
-(x - 1000)*x - 20*x - 3000
the cost of 500 units a day 13000
[x == 490]
maximum profit is 490
the number of sick kids in six days would be 276.247000452510
since this is an exponential function all students will eventually get infected, unless someone finds a cure
since there is no cure found yet, there is no recovered person in the data yet.However, we can see the numbers plateau at 1000
piecewise(x|-->-1 on (0, 1/2*pi), x|-->2 on (1/2*pi, pi); x)
verbose 0 (3935: plot.py, generate_plot_points) WARNING: When plotting, failed to evaluate function at 168 points.
verbose 0 (3935: plot.py, generate_plot_points) Last error message: 'Unable to compute f(10.0)'
-6/5*sin(10*x)/pi - 2*sin(6*x)/pi - 6*sin(2*x)/pi + 1/2
-2/3*sin(18*x)/pi - 6/7*sin(14*x)/pi - 6/5*sin(10*x)/pi - 2*sin(6*x)/pi - 6*sin(2*x)/pi + 1/2
-2/5*sin(30*x)/pi - 6/13*sin(26*x)/pi - 6/11*sin(22*x)/pi - 2/3*sin(18*x)/pi - 6/7*sin(14*x)/pi - 6/5*sin(10*x)/pi - 2*sin(6*x)/pi - 6*sin(2*x)/pi + 1/2
we can notice that it fluctuates in the same general areas and will most likely continue that pattern
piecewise(x|-->-x on (-1, 0), x|-->x on (0, 1); x)