help-octave
[Top][All Lists]
Advanced

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

Re: 12th root of x


From: Doug Stewart
Subject: Re: 12th root of x
Date: Sun, 6 Oct 2019 15:50:13 -0400



On Sun, Oct 6, 2019 at 1:45 PM harish3679 <address@hidden> wrote:
Hi guys,

How do i calculate this in octave, I tried using this function "sqrt" but
not with this problem

12√(531441/524288)

Regards,
kev



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html


>> format long
>> 2^(1/12)
ans =  1.059463094359295
or x^(1/12)



--
DASCertificate for 206392


reply via email to

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