user.md 688 B

Please perform scientific modeling for the following concept.


Concept Information

Subject: {{subject}} Concept Name: {{conceptName}} Concept Overview: {{conceptOverview}} Key Points for Mastery: {{keyPoints}} Design Idea: {{designIdea}}


Task

  1. List the core formulas, laws, concepts, or logical rules involved
  2. Clarify the specific physical/logical mechanisms
  3. List constraints that any simulation must obey
  4. List scientific errors that must be strictly forbidden

Output JSON directly with the following structure:

{
  "core_formulas": ["..."],
  "mechanism": ["..."],
  "constraints": ["..."],
  "forbidden_errors": ["..."]
}