Hallo,
ich bin echt nicht gut im informatikbereich aber eigentlich ein fan von ubuntu und linux. (ich hab kp ob ich Lucid Lynx hab) Nun hab ich ein Problem mit gnuplot. Ich soll die Funktion ln(x+2) plotten. Dann passiert aber folgendes:
gnuplot G N U P L O T Version 4.6 patchlevel 4 last modified 2013-10-02 Build System: Linux x86_64 Copyright (C) 1986-1993, 1998, 2004, 2007-2013 Thomas Williams, Colin Kelley and many others gnuplot home: http://www.gnuplot.info faq, bugs, etc: type "help FAQ" immediate help: type "help" (plot window: hit 'h') Terminal type set to 'unknown' gnuplot> set terminal 'png'size 600,400 Terminal type set to 'png' Options are 'nocrop font "/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf,12" fontscale 1.0 size 600,400 ' gnuplot> set output 'sin.png' gnuplot> plot ln(x+2) undefined function: ln gnuplot>
ich weiß nicht was ich da machen soll. das gleiche macht er wenn ich arccos(x) oder artanh(x) eingebe...