Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

SetterAssumptions

Guides

  • SetterAssumptions Package

Symbols

  • AssumeInteger
  • Assume
  • AssumePositive
  • AssumeReal
  • CurrentAssumptions
  • FrameAndStoreMatrix
  • FrameAndStore
  • RemoveAllAssumptions
  • RemoveAssumptions
  • Restart
SetterAssumptions Package
This paclet defines helper functions for making, removing, and displaying assumptions about variables. Additionally, the Restart command clears all variables in memory, which is useful to include at the top of code. Finally, the FrameAndStore command displays a nice, framed image of the final answer to a calculation and stores it to a variable.
Assume
— adds assumption(s) to the global variable $Assumptions
AssumePositive
— make assumption that variable(s) are positive real numbers
AssumeReal
— make assumption that variable(s) are real numbers
AssumeInteger
— make assumption that variable(s) are integers
RemoveAssumptions
— removes any assumptions mentioning variable(s)
RemoveAllAssumptions
— removes all assumptions about all variables
CurrentAssumptions
— returns the list of assumptions currently in effect
Restart
— applies ClearAll to all variables in the Global` context
FrameAndStore
— returns a framed image of var = val and stores val into the variable var
FrameAndStoreMatrix
— returns a framed image of var = MatrixForm[val] and stores val into the variable var
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com