<div dir="ltr"><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap">Hi.</span><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap">Can you help me with tutorial to graph rational functions. I have troubles with y=(x+1)/x. SCILAB only is graphing a number like a constant.</span><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap">T=1.1:0.1:5;</span><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"> </span><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap">-->Y=(T+1)/T;</span><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"> </span><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap">-->plot(T,Y)</span><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><br style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap">What am I doing bad?</span><br><div><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap"><br></span></div><div><span style="color:rgba(0,0,0,0.870588);font-family:roboto,robotodraft,helvetica,arial,sans-serif;font-size:14px;white-space:pre-wrap">Thank you by your help!</span></div></div>