Question: Function is cut off when plotting.

Hi,

I'm trying to plot the function below. However, I cannot get the plot to exceed 10 on the x-axis. I have tried changing the axis properties but the function is just "cut off". I have had the same problem with similar functions and ended up using other software.

The function should have valid values above 10.

 

Does anyone know how I can fix this?

h := x -> 1.23 + x*1*0.0001 + 0.12*log(50000*x) + abs((-1)*0.03*log(x/0.001))

Thank you in advance :)

Please Wait...