help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SQRT problem


From: Thomas Ilnseher
Subject: Re: SQRT problem
Date: Fri, 20 May 2011 12:01:03 +0200

Am Donnerstag, den 19.05.2011, 18:47 -0500 schrieb Jordi Gutiérrez
Hermoso:
> Cześć!
> 
> 2011/5/19 Katarzyna Mazur <address@hidden>:
> 
> > Like i write in a title i've got a problem with sqrt function. I wrote a
> > simple program for my study project in notepad++ and i need to use sqrt in
> > it. But from these function come 2 outcome i have no idea how to use only
> > one of them.
> 
> Please post your code so we can know what you're doing. The sqrt
> function doesn't return two outputs unless you mean something else.
Octave can return 2 outputs, if you have 2 inputs, as in:

octave:1> sqrt([4 9])
ans =

   2   3

-Tom
PS: But you should post your code...
> 
> - Jordi
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave

-- 
Thomas Ilnseher <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]