MIPI_AdvancedC_FRTK/Lect8/11.txt

5 lines
76 B
Plaintext
Raw Permalink Normal View History

2024-11-14 08:45:50 +03:00
set xrange[-2:2]
set yrange[-1:10]
plot x*x+3
plot x*x+3, 0
plot x**5+3, 0