Re: Problema con grafico superficie

#91602
GuITstaff
Amministratore del forum
    Up
    0
    Down
    ::


    Grazie ci provo. Un’ultima cosa… ho da disegnare quest’altro grafico in figura, ho provato utilizzando il seguente codice:

    \begin{figure}[!htbp]
    \begin{center}
    \begin{tikzpicture}
    \draw [->] (0,0) — (-2.4,-2.3) node [below right] {$y$};
    \draw [->] (0,0) — (4.2,-1.3) node [below] {$x$};
    \draw [->] (0,0) — (0,2.2) node

    {$z$};
    \draw [help lines] (-2,0) (2,0);
    \draw (-2,-1.4) parabola bend (0,0)
    (0.5,-1);
    \end{tikzpicture}
    \end{center}
    \caption{}
    \end{figure}

    Il problema è che non riesco a beccare i punti giusti per disegnarla, pensavo di disegnare due parabole, una sopra l’altra e poi il rettangolo, oppure esiste un altro sistema?

    [attachment=889]Immagine2.png[/attachment]

    Attachments:
    You must be logged in to view attached files.

    Go to top