4-24-1
Octave
clc
clear
x = linspace(-10,10,100);
y = 9 ./ tan(x);
plot(x,y)
grid on
xlabel('x')
ylabel('y')
title ('x cot(x) = 9')
Output
Embed on website
To embed this program on your website, copy the following code and paste it into your website's HTML:
Comments
This comment belongs to a banned user and is only visible to admins.
This comment belongs to a deleted user and is only visible to admins.