Tag Graphics in is Protected

0

O gráfico não está aparecendo, não sei o que fazer com: "Tag Graphics in is Protected"?

    
por Georg 12.06.2018 / 22:58

1 resposta

0

Por favor, reinicie seu kernel do Mathematica. Você definiu alguns dos símbolos errados anteriormente porque não há motivo para o seu código não funcionar

f[x_] = (Cos[x])/(x^2 - 2*x - 3);
d = Plot[f[x], {x, -5, 8}];
e = ListPlot[{{1, f[1]}}, PlotStyle -> PointSize[0.02]];
Show[d, e]

img

    
por 12.06.2018 / 23:27