TransWikia.com

Is there an any other alternative for the given code?

Mathematica Asked on March 5, 2021

This code does not work in the version I have

NumberLinePlot[{((16 (1 + x^2)^2 Sin[3 x ] - 2 x)) < 
   0, (16 (1 + x^2)^2 Sin[3 x ] - 2 x) > 0}, {x, 0, 10}]

Is there any alternative way to do that?

One Answer

How about this?

Plot[0, {x, 0, 10}, 
 MeshFunctions -> Function[x, 16 (1 + x^2)^2 Sin[3 x] - 2 x], 
 Mesh -> {{0}}, MeshShading -> {Brown, Blue}, 
 MeshStyle -> Directive[PointSize[Large], Green], 
 Method -> {"AxesInFront" -> False}]

Correct answer by cvgmt on March 5, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP