Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 120

Sage Math Cloud

Overview of projects and files

  • Making a project

  • Making files and folders in a project

    • Finding files

    • Uploading files

  • Log

  • Find

  • Settings

Account Settings

  • Editor settings

  • Profile settings

  • Terminal settings

Standalone Chat

  • Markdown

  • LaTeX

Integrated Chat

  • On certain files

Terminal

  • How many people use a terminal on their computers?

LaTeX

  • Opening a document

  • Compiling

Sagews

  • Evaluating cells (shift + enter)

  • Adding a cell break (ctrl + 😉

  • Multiple panels (ctrl + i)

  • Evaluation modes (eg. %md)

  • "Auto Complete" (. or ( + tab)

Tasks

  • Make some tasks

  • Add tags

TimeTravel

%md # Actual Steps:
  1. Change your project name.

  2. Add appropriate tags

  3. Add someone next to you to your project as a collaborator

  4. Create a chat in the main directory named discussion

  5. Try some chat in Markdown and in LaTeX

  6. Create a todos.task

hsy:

  • explain account creation, also, that users will be able to find each other by email address or name -- so it's best if they use the email address from the university (?)

  • you can show, that it's possible to include a bit of sage in latex docs via sagetex -- although it's bad for longer computations, which might take a while to update. (then, it's better to store the computations and just include their results)

show(graphs.BrouwerHaemersGraph())
d3-based renderer not yet implemented
show(graphs.Cell600())
d3-based renderer not yet implemented
︠1467d8b6-f2a2-482c-aebb-ec776cc5f57bs︠ show(graphs.PetersenGraph(), spin=1)
d3-based renderer not yet implemented
RR
Real Field with 53 bits of precision
-oo
-Infinity
%var mu, x show(x^2 + mu)
x2+μ\displaystyle x^{2} + \mu
show(icosahedron(color='green', opacity=.5, mesh=3), spin=1)
3D rendering not yet implemented
g = graphs.RandomGNM(15, 20) # 15 vertices and 20 edges show(g) g.incidence_matrix() g.genus()
d3-based renderer not yet implemented
[1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] [0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0] [0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0] [0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0] [0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] [0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0] [0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0] [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0] [1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0] [0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0] [0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0] [0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1] [0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1] [0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0] [0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0] 0
N() PasechnikGraph