Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Using maple commands

  • 24-03-2011 07:10PM
    #1
    Closed Accounts Posts: 2


    can anyone help me..

    for a vector in R3, write maple code so as to pick out the component with the largest absolute value. i.e. -5 in the case of (-5,3,4)
    this is not the same as the absolute value of the component..

    don't know where to begin!


Comments

  • Registered Users, Registered Users 2 Posts: 108 ✭✭ZRelation


    brianbeirn wrote: »
    can anyone help me..

    for a vector in R3, write maple code so as to pick out the component with the largest absolute value. i.e. -5 in the case of (-5,3,4)
    this is not the same as the absolute value of the component..

    don't know where to begin!
    A rough stab based on other codes...'max(abs(-5,3,4))' maybe


Advertisement