Michael Gough
Very straight-to-point article. Really worth time reading. Thank you! But tools are just the instruments for the UX designers. The knowledge of the design tools are as important as the creation of the design strategy.
Access computation, math, curated knowledge & real-time data through Wolfram|Alpha and Wolfram Language.
We reviewed the Wolfram Plugin designed to enhance your ChatGPT experience.
We believe this plugin will make your use of ChatGPT more efficient.
Access dynamic computation and curated data from WolframAlpha and Wolfram Cloud. General guidelines:
6*10^14
, NEVER 6e14
.query
must ONLY be a single-line string.Interpreter["EntityType",AmbiguityFunction->All]["countries"]
.
-- Find the Entity for the Empire State Building: Interpreter["Building",AmbiguityFunction->All]["empire state"]
.
-- EntityClasses: Find the "Movie" entity class for Star Trek movies: Interpreter["MovieClass",AmbiguityFunction->All]["star trek"]
.
-- Find EntityProperties associated with "weight" of "Element" entities: Interpreter[Restricted["EntityProperty", "Element"],AmbiguityFunction->All]["weight"]
.
-- If all else fails, try to find any valid Wolfram Language representation of a given input: SemanticInterpretation["skyscrapers",_,Hold,AmbiguityFunction->All]
.
-- Prefer direct use of entities of a given type to their corresponding typeData function (e.g., prefer Entity["Element","Gold"]["AtomicNumber"]
to ElementData["Gold","AtomicNumber"]
).PlotLegends -> {"sin(x)", "cos(x)", "tan(x)"}
).
-- Avoid use of QuantityMagnitude.
-- If unevaluated Wolfram Language symbols appear in API results, use EntityValue[Entity["WolframLanguageSymbol",symbol],{"PlaintextUsage","Options"}]
to validate or retrieve usage information for relevant symbols; symbol
may be a list of symbols.
-- Apply Evaluate to complex expressions like integrals before plotting (e.g., Plot[Evaluate[Integrate[...]]]
).square[x_] := Module[{result},\n result = x^2 (* Calculate the square *)\n]
, send square[x_]:=Module[{result},result=x^2]
.Coming Soon
Discussion (20)
Michael Gough
Very straight-to-point article. Really worth time reading. Thank you! But tools are just the instruments for the UX designers. The knowledge of the design tools are as important as the creation of the design strategy.
Jese Leos
Much appreciated! Glad you liked it ☺️
sidebar.share:
sidebar.important_desc
This Plugin was added from their official website. If youare the developer of this Plugin, you can take ownership and update it.
Get Ownership
sidebar.other_categories
Get Notified
Subscribe to our newsletter to stay up to date with our latest news and plugins. Fill out the form and stay up to date.