Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.8K Views
|
3 Replies
|
1 Total Like
View groups...
Share
Share this post:

Is it possible to detailed working of problem from Mathematica

Posted 5 years ago

I am interested in finding out if there is a CAS that can take a problem (integral, derivative, etc) and provide lots of intermediate working detail as opposed to just an answer to the problem.

POSTED BY: John Bartlett
3 Replies

Dear John,

do you mean something like this?

enter image description here

Within Mathematica this might work:

{WolframAlpha[
  "integrate sin(x)cos(x)^2", {{"IndefiniteIntegral", 1}, "Content"}, 
  PodStates -> {"IndefiniteIntegral__Step-by-step solution"}], 
 WolframAlpha[
  "integrate sin(x)cos(x)^2", {{"IndefiniteIntegral", 2}, "Content"}, 
  PodStates -> {"IndefiniteIntegral__Step-by-step solution"}]}

Best wishes, Marco

POSTED BY: Marco Thiel
Anonymous User
Anonymous User
Posted 5 years ago
POSTED BY: Anonymous User

Here is the official link to Step-by-Step Solutions: https://www.wolframalpha.com/pro/step-by-step-math-solver.html

POSTED BY: Kapio Letto
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard