graph LR
subgraph g(x) = x^2
A[Eje x (Dominio)] -- Valores de x --> B((Gráfica de la función (Parábola con vértice en (0,0) abriendo hacia arriba)))
B -- Valores de y >= 0 --> C[Eje y (Imagen)]
style A fill:#fff,stroke:#333,stroke-width:2px
style C fill:#fff,stroke:#333,stroke-width:2px
style B fill:#ccf,stroke:#333,stroke-width:2px
end
MathBot Answer:
MathBot is working on a solution to your problem.
