Navigation

    Möbius Community
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    Need help? Ask here!
    Best Practices
    Quick Code Snippets
    Inspiration
    1. Home
    2. Quick Code Snippets
    Log in to post

    Quick Code Snippets

    • Maple function dsolve
      differential constants mapleta2016 mapleta10 coefficients •

      1
      1
      Posts
      4647
      Views

      No one has replied

    • Simplify fractions for use in feedback

      1
      1
      Posts
      4174
      Views

      No one has replied

    • Grading a list of numbers
      question design mapleta2016 maple-graded •

      3
      3
      Posts
      9927
      Views

      E

      You can also use 'Mathematical Formula' - 'unordered list of formulas' instead of the Maple-graded response area to accept a list of unordered numbers separated by semi-colons.

    • Enforcing that vectors returned from Vector Calculus functions have 3 components
      question design mapleta2016 maple •

      2
      2
      Posts
      6544
      Views

      R

      I would advise against using the Student package in maple most of the time, it often returns more information than you want and separating it can be hard. In this case, there is a function VectorCalculus:-Gradient which appears to be identical.

    • E

      Generating unimodular matrices (determinant = 1 or -1)

      2
      2
      Posts
      8810
      Views

      R

      This can be generalized so the procedure takes the size, random generator and whether to produce an upper or lower triangular matrix as arguments.

      genUniModular := proc(size, {gen := rand(10), type := upper}) local i, U:=LinearAlgebra[RandomMatrix](size,size,generator=gen,shape=triangular[type]): for i from 1 to size do U[i,i]:=1:end do: return U: end proc:

      The only required argument is the size of the matrix, the others are optional.

      Usage:

      genUniModular(4, gen = rand(-10..10), type = lower)

      to generate a 4x4 lower triangular unimodular matrix with non-diagonal elements between -10 and 10

    • P

      Force scientific notation

      1
      1
      Posts
      4551
      Views

      No one has replied

    • D

      Removing the remainder function from Taylor expansions.
      taylor maclaurin expansion remainder order •

      1
      1
      Posts
      3949
      Views

      No one has replied

    • P

      Displaying LaTeX formatted answers
      question design mapleta2016 •

      1
      1
      Posts
      4395
      Views

      No one has replied

    • M

      This topic is deleted!

      1
      1
      Posts
      3
      Views

      No one has replied

    • MathML and fractions
      frac mathml mapleta2016 mrow mfrac •

      1
      1
      Posts
      4911
      Views

      No one has replied

    • How to randomly choose from different functions
      algorithmic mapleta switch •

      1
      1
      Posts
      3841
      Views

      No one has replied

    • Force square brackets in matrices
      matrix mathml •

      1
      1
      Posts
      4633
      Views

      No one has replied

    • Generating integers between in a range, excluding zero

      1
      1
      Posts
      3937
      Views

      No one has replied

    • Defining functions in Maple T.A.
      mapleta2016 function proc •

      1
      1
      Posts
      4827
      Views

      No one has replied

    • Maple function for while
      condition rand mapleta2016 while for •

      1
      1
      Posts
      4963
      Views

      No one has replied

    • Maple function if elif else
      mapleta2016 mapleta10 else if •

      1
      1
      Posts
      8432
      Views

      No one has replied

    • This topic is deleted!

      3
      3
      Posts
      21
      Views
    • Maple function Statistics[RandomVariable] and Statistics[Sample]
      mapleta2016 uniform distribution normal •

      1
      1
      Posts
      4230
      Views

      No one has replied

    • Maple function LinearAlgebra[Eigenvalues]
      linear algebra eigenvalue matrix eigenvalues •

      1
      1
      Posts
      4103
      Views

      No one has replied

    • Maple function LinearAlgebra[Transpose]
      maple t.a transpose matrix maple ta •

      1
      1
      Posts
      4557
      Views

      No one has replied

    Move Topic

    Disabled Categories are greyed out


    This topic will be moved to the category

    About Us

    This forum aims to connect DigitalEd's users. For official Möbius support, please see https://www.digitaled.com/support/.

    Contact Info

    630 Weber Street North
    Suite 100
    Waterloo, ON Canada
    N2V 2N2
    .
    1.888.355.4511
    info@digitaled.com

    Community

    Quick Links

    Categories Recent Tags Popular Users Search

    Möbius Community Forum

    © DigitalEd, a division of Digital Education Ltd. 2018.   •  Terms of Use | Privacy | Trademarks

    Powered by NodeBB Forums | Contributors