The Greatest Lecture Notes
You’ve Ever Taken
AI notes from a live transcript, automatic reminders for all your due dates, autocomplete (with citations), auto flashcard creation, all in one, beautiful notepad.
Welcome to Cram!
delete
Try out the text editor by:
delete
1.
Summarizing a file
delete
2.
Editing a graph, math, or code block
delete
3.
Insert a new block by typing "/" on a new line
delete

delete
Summarize this file
delete
picture_as_pdf
180.F24.Exam1ReviewTopics.pdf
0 KB
delete

delete
Check out our special blocks
delete
powered by
drag_indicator
delete
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Revenue and cost functions def revenue(x): return 50 * x - 0.5 * x**2 def cost(x): return 10 * x + 100 # Profit function def profit(x): return revenue(x) - cost(x) # Find the maximum profit def find_max_profit(): max_units = 40 # Critical point found earlier max_profit = profit(max_units) return max_units, max_profit # Output the result units, max_profit = find_max_profit() print(f"Maximum profit is ${max_profit} when producing {units} units.")
delete
Type math equation here...
(p)2
delete
delete
Meet:
The Notepad
This is where it all happens - Summarize files, generate flashcards, AI autocomplete (with citation), insert graphs, and much more.
All in one beautiful notepad.
Why 50,000+ students will never go back to Google Docs
Auto notes, flashcards, quizzes, & tasks
Let Cram listen to your lecture in real-time and generate notes, flashcards, quizzes, and tasks.
Insert blocks designed for students
Insert academic blocks into your notes. Create graphs, type code in any language, create perfectly formatted math equations, and more.
Summarize Files, Websites, & more
Generate summarize with one click from any file type or link.
Cram 2024