Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

How to get nth roots?

  • 08-11-2009 11:02AM
    #1
    Moderators, Education Moderators, Motoring & Transport Moderators Posts: 7,396 Mod ✭✭✭✭


    I am having trouble getting nth roots to work on boards.

    As far as I know, to get nth roots one should type \sqrt[n]{argument} but typing [latex]\sqrt[3]{27x^3}[/latex] displays [latex]\sqrt[3]{27x^3}[/latex]

    Does anybody know how to get this working? The best I can do is display this: [latex]^3\sqrt{27x^3}[/latex] by superscripting the 3 before the \sqrt.


Comments

  • Closed Accounts Posts: 8,983 ✭✭✭leninbenjamin


    I am having trouble getting nth roots to work on boards.

    As far as I know, to get nth roots one should type \sqrt[n]{argument} but typing [latex]\sqrt[3]{27x^3}[/latex] displays [latex]\sqrt[3]{27x^3}[/latex]

    Does anybody know how to get this working? The best I can do is display this: [latex]^3\sqrt{27x^3}[/latex] by superscripting the 3 before the \sqrt.

    you could try using the amsmath package.

    \usepackage{amsmath}

    then you can position the root itself using left root and up root like so:

    \sqrt[\leftroot{-2}\uproot{2}\beta]{k}

    something to try perhaps... but I've no idea why the roots aren't working. That should work fine under the normal math environment...


  • Registered Users, Registered Users 2 Posts: 8,452 ✭✭✭Time Magazine


    As far as I know, to get nth roots one should type \sqrt[n]{argument} but typing [latex]\sqrt[3]{27x^3}[/latex] displays [latex]\sqrt[3]{27x^3}[/latex]
    Yeah Boards doesn't actually use a proper, full LaTeX environment to display the output. It leeches off some other server afaik. This other server obviously hasn't installed everything. But you're right about the square-bracket argument for nth roots.
    Does anybody know how to get this working? The best I can do is display this: [latex]^3\sqrt{27x^3}[/latex] by superscripting the 3 before the \sqrt.
    Yep, I think that's your best bet.

    Also you may want to use [noparse][noparse][/noparse] tags instead of throwing [size] tags into your post. Something like:
    [noparse][noparse][latex]x^2[/latex][/noparse][/noparse]
    works just like the [nocensor] tags to not asterisk out swear words.


  • Registered Users, Registered Users 2 Posts: 170 ✭✭antiselfdual


    Change notation?

    [latex](27x^3)^{1/3}[/latex]


Advertisement