SageMath
doc.sagemath.org › html › en › tutorial › programming.html
Programming - Tutorial
Python and therefore Sage offers several profiling–as this process is called–options. The simplest to use is the prun command in the interactive shell. It returns a summary describing which functions took how much computational time. To profile (the currently slow! - as of version 1.0) matrix multiplication over finite fields, for example, do:
Intacct
developer.intacct.com › web-services › code-examples
Code and Usage Examples | Sage Intacct Developer
Making a call to the API is simply a matter of opening a session connection to the Web Services gateway endpoint and passing credentials and requests in XML.
Videos
GitHub
github.com › sagemath › sage_sample
GitHub - sagemath/sage_sample: A sample project illustrating how to write and distribute SageMath extensions
A sample project illustrating how to write and distribute SageMath extensions - sagemath/sage_sample
Starred by 16 users
Forked by 14 users
Languages Python 41.7% | Shell 32.5% | Jupyter Notebook 13.6% | Makefile 8.4% | Dockerfile 3.8%
Merriam-Webster
merriam-webster.com › sentences › sage
Examples of 'SAGE' in a Sentence | Merriam-Webster
That said, season your dressed bird with salt, pepper, garlic, and sage, slip it into a roasting bag, and then into the oven at 350 degrees for three to four hours (depending on the weight). — M.d. Johnson, Field & Stream, 27 Mar. 2024 · Some of these examples are programmatically compiled from various online sources to illustrate current usage of the word 'sage.'
Sdsu
mosullivan.sdsu.edu › sagetutorial › sageprog.html
Programming in Sage — SDSU Sage Tutorial v1.1
A particularly useful technique in python (and Sage by extension) is the construction of lists using list comprehensions. This feature is very similar to the set builder notation we often use in mathematics. For example, the set of even integers can be written as:
Sage
developer.sage.com › accounting › guides › getting-started › sample_apps
Sample Apps | Sage Developer
Information, documentation, guides and resources for Sage developers
Cambridge Dictionary
dictionary.cambridge.org › us › example › english › sage
SAGE example sentences | Cambridge Dictionary
I defy anyone to enunciate them with cold dispassion and that higher impartiality given to sages and saints. ... Example from the Hansard archive.
Sage
developer.sage.com › x3 › data-integration › sample-app
Sample App | Sage Developer
In this section, you will build a simple application using Node.js which will upload a file to an Sage X3 configuration and download a file exported by and Sage X3 configuration.
Sdsu
mosullivan.sdsu.edu › sagetutorial › about.html
About this tutorial — SDSU Sage Tutorial v1.1
Everything that follows the sage: prompt is a command that we encourage the reader to type in on their own. For example, if we wanted to factor the integer we would give the following example using Sage’s factor() command.
Astute
astute.co › home › brand archetypes: the sage
Brand Archetypes: The Sage Archetype | Astute Communications
February 26, 2024 - Any company that finds value in ... call themselves a Sage. Examples include news sources, institutions of higher education, research firms, bookstores, museums, and libraries....
YourDictionary
sentence.yourdictionary.com › home › sage
Examples of "Sage" in a Sentence | YourDictionary.com
Such a sage agrees in his thought with God; he no longer blames either God or man; he fails of nothing which he purposes and falls in with no misfortune unprepared; he indulges in neither anger nor envy nor jealousy; he is leaving manhood for godhead, and in his dead body his thoughts are concerned about his fellowship with God.
Sage
developer.sage.com › 200 › guides › sample-solutions
Sample Solutions and Client Libraries | Sage Developer
Sage ID uses OpenID Connect and OAuth 2.0 to authenticate users and obtain authorisation to access protected resources. For further examples and implementation guidance, see the Auth0 Quickstarts, which provide practical examples of integrating OAuth 2.0 authentication flows.
Usnavalresearchlaboratory
usnavalresearchlaboratory.github.io › sageframework › example.html
Example — SAGE User Guide v3.0.3 documentation
Library SageRobotKeywords Test Setup Connect to SAGE Server Test Teardown Log Results *** Test Cases *** Test Message Communications # Create Agents on existing Nodes Create Agent NodeOne Agent1 Create Agent NodeTwo Agent2 # Add Behaviors to Agents so that they can learn skill Add Behavior NodeOne Agent1 SenderReceiverBehavior SenderReceiverBehavior.jar talking Add Behavior NodeTwo Agent2 SenderReceiverBehavior SenderReceiverBehavior.jar talking # Activate Agents Activate Agent NodeOne Agent1 Activate Agent NodeTwo Agent2 # Wait until each Agent reports back to the Server upon completion Wait
Collins Dictionary
collinsdictionary.com › us › sentences › english › sage
Example sentences with SAGE | Collins English Sentences
We welcome feedback: report an example sentence to the Collins team. Read more… · It all began with the sage plant.
SageMath
doc.sagemath.org › html › en › tutorial › introduction.html
Introduction - Tutorial
sage: 2 + 2 4 sage: factor(-2007) -1 * 3^2 * 223 sage: A = matrix(4,4, range(16)); A [ 0 1 2 3] [ 4 5 6 7] [ 8 9 10 11] [12 13 14 15] sage: factor(A.charpoly()) x^2 * (x^2 - 30*x - 80) sage: m = matrix(ZZ,2, range(4)) sage: m[0,0] = m[0,0] - 3 sage: m [-3 1] [ 2 3] sage: E = EllipticCurve([1,2,3,4,5]); sage: E Elliptic Curve defined by y^2 + x*y + 3*y = x^3 + 2*x^2 + 4*x + 5 over Rational Field sage: E.anlist(10) [0, 1, 1, 0, -1, -3, 0, -1, -3, -3, -3] sage: E.rank() 1 sage: k = 1/(sqrt(3)*I + 3/4 + sqrt(73)*5/9); k 36/(20*sqrt(73) + 36*I*sqrt(3) + 27) sage: N(k) 0.165495678130644 - 0.0521492082074256*I sage: N(k,30) # 30 "bits" 0.16549568 - 0.052149208*I sage: latex(k) \frac{36}{20 \, \sqrt{73} + 36 i \, \sqrt{3} + 27} Python
Merriam-Webster
merriam-webster.com › dictionary › sage
SAGE Definition & Meaning - Merriam-Webster
2025 Behind revolving doors with an Art Nouveau touch is a spacious yet enveloping multilevel space decked in dark wood, sage green velvet and dusky pink carpeting redolent of Riva boats. —Lily Templeton, Footwear News, 5 Dec. 2025 See All Example Sentences for sage
Brown University
cfm.brown.edu › people › dobrush › am33 › sage › sage33-1.html
Sage Tutorial, part 1.1
sage: numerical_integral(lambda x: cos(2*x)^5 + sin(x), 0, 2*pi) (2.3561944901923457, 5.322071926740605e-14) ... It is possible to integrate on infinite intervals as well by using +Infinity or -Infinity in the interval argument. For example:
SageMath
doc.sagemath.org › html › en › prep › Intro-Tutorial.html
Introductory Sage Tutorial - PREP Tutorials
Sage uses the Python programming language, which uses this syntax, ‘under the hood’, and ... Any ancillary arguments. For example, the following numerically evaluates (n) the constant \(\pi\) (pi) to twenty digits (digits=20).