MIPI_AdvancedC_FRTK/Lect8/11.txt
2024-11-14 08:45:50 +03:00

5 lines
76 B
Plaintext

set xrange[-2:2]
set yrange[-1:10]
plot x*x+3
plot x*x+3, 0
plot x**5+3, 0