Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

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