Skip to content

Instantly share code, notes, and snippets.

@austintraver
Created March 18, 2020 04:14
Show Gist options
  • Save austintraver/353a0acbe90f479b941d31135f1a6fb8 to your computer and use it in GitHub Desktop.
Save austintraver/353a0acbe90f479b941d31135f1a6fb8 to your computer and use it in GitHub Desktop.
Export[
"output.svg",
WolframAlpha[
"integrate 1/(1+cos(x)^2)",
{
{
"IndefiniteIntegral", 2
},
"Content"
},
PodStates -> {"IndefiniteIntegral__Step-by-step solution"}
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment