User Portlet
Discussions |
---|
I have a collection of functions used in almost all my notebooks, e.g. volume of a n-dimensional sphere. Right now I type the definitions into every new notebook. Can someone please point me to the documentation on how to store the definitions on... |
I want the unicode character U+2940 in my notebook. That is a clockwise circle symbol. How do I get it to display? |
A trivial example: Given: A = {1,2,3,4}; B={97,-44,18,-1} How is Select used to do something like: Select[A,B>0] |
Given a list A and a ListPlot of A how can the plotting points be color coded by the values in list B? A={{1,1},{2,2},{3,3},{4,4},{5,5}}; B={Red,Red,Blue,Blue,Blue}; This has to be an easy task than I am making difficult. Help please.... |
Brand new to Wolfram Desktop 11.1.1. There are no palettes installed. Where are the pallets, e.g. Basic Typesetting? |
I have a nice little palette. I want to add to my palette. When I open the palette it opens as a palette and not a notebook. This is indeed the correct action for palettes. Understanding that, How do I open my little palette as a notebook such... |
Looking for shortcuts to Quantity[] We have: - Quantity["ElectronMass"] outputs "1 me" - Quantity["PlanckConstant"] outputs "1 h" Any keyboard shortcuts for some of these quantities? As in (esc)hb(esc) for hbar. |
The computer time required to create polynomials of degree 50 or larger over GF(2^8) are prohibitive. Is there an efficient way to create these polynomials. I have an array of polynomial coefficients in the form of GF(2^8) indexes. Something... |