Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Systems Interfaces & Deployment > Mathematica Sessions > Session Customization > Global Computation Settings & Parameters >

$MaxPiecewiseCases

$MaxPiecewiseCases
gives the maximum number of cases to allow in explicit Piecewise objects generated by expanding any single piecewise function.
Floor is not converted to Piecewise because the number of piecewise cases exceeds 100:
This increases the limit on the number of cases to 200:
This reverts $MaxPiecewiseCases to the default setting:
Floor is not converted to Piecewise because the number of piecewise cases exceeds 100:
In[1]:=
Click for copyable input
Out[1]=
This increases the limit on the number of cases to 200:
In[2]:=
Click for copyable input
In[3]:=
Click for copyable input
Out[3]=
This reverts $MaxPiecewiseCases to the default setting:
In[4]:=
Click for copyable input
New in 5.1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team