कैसे करें 6 चरण, एक सत्र में क्रम से चलाए गए। हर चरण इंजन पर निष्पादित हुआ और नीचे का आउटपुट वही है जो उसने उत्पन्न किया।
Plot[Sin[x], {x, 0, 22}, PlotLabel -> "sin(x)"]-Graphics-Plot[Sin[x], {x, 0, 22}, PlotLabel -> Style["sin(x)", FontSize -> 18]]-Graphics-Plot[Sin[x], {x, 0, 22}, PlotLabel -> Style["sin(x)", FontSize -> 18], Background -> StandardYellow]-Graphics-Labeled[Plot[Sin[x], {x, 0, 22}], "sin(x)"]Labeled[-Graphics-, sin(x)]Labeled[Plot[Sin[x], {x, 0, 22}], Style["sin(x)", "Graphics"]]Labeled[-Graphics-, sin(x)]Labeled[Plot[Sin[x], {x, 0, 22}], Style["sin(x)", "Graphics"], Background -> StandardYellow]Labeled[-Graphics-, sin(x), Background -> StandardYellow]सभी रेसिपी · फ़ंक्शन संदर्भ · इसे किसी MCP क्लाइंट से उपयोग करें