← 返回
未分类

数学建模skill

Mathematical modeling for real problem solving, including problem framing, assumption design, variable definition, model construction, solution analysis, sensitivity checks, and report-style presentation. Use when the user asks to build, solve, explain, or refine a math model; analyze an optimization, prediction, simulation, evaluation, or decision problem; or turn a word problem into equations, algorithms, or structured modeling assumptions.
Mathematical modeling for real problem solving, including problem framing, assumption design, variable definition, model construction, solution analysis, sensitivity checks, and report-style presentation. Use when the user asks to build, solve, explain, or refine a math model; analyze an optimization, prediction, simulation, evaluation, or decision problem; or turn a word problem into equations, algorithms, or structured modeling assumptions.
aquars
未分类 community v1.0.0 1 版本 99324.3 Key: 无需
★ 0
Stars
📥 147
下载
💾 0
安装
1
版本
#latest

概述

Math Modeling

Goal

Turn an open-ended problem into a solvable model, then explain the model, solution, and limitations clearly.

Workflow

  1. Clarify the objective.
    • Identify what must be optimized, predicted, classified, estimated, or compared.
    • Restate the problem in one sentence.
  1. Define the system.
    • List decision variables, known quantities, constraints, and evaluation criteria.
    • State the modeling scope and what is intentionally ignored.
  1. Choose a model family.
    • Use algebraic or geometric models for direct relationships.
    • Use optimization for best-choice problems.
    • Use probabilistic or statistical models for uncertainty and inference.
    • Use differential, difference, or simulation models for dynamics.
  1. State assumptions explicitly.
    • Make assumptions minimal, testable, and aligned with the problem.
    • Call out any simplifying assumption that may affect accuracy.
  1. Solve and verify.
    • Derive equations, compute results, and check units, bounds, and edge cases.
    • Compare against intuition or a baseline if available.
  1. Analyze robustness.
    • Check how results change when key parameters vary.
    • Identify which assumptions matter most.
  1. Present the answer.
    • Give the model, the solution, and the interpretation.
    • End with limitations and next-step improvements.

Response Shape

Prefer this structure unless the user asks otherwise:

  • Problem restatement
  • Variables and assumptions
  • Model formulation
  • Solution
  • Interpretation
  • Sensitivity or validation
  • Limitations

Working Rules

  • Prefer simple, defensible models before adding complexity.
  • Do not invent data, constraints, or parameters that are not given.
  • If the problem is under-specified, surface the missing information and provide a conditional solution.
  • If multiple modeling routes are possible, explain the tradeoff and pick one.
  • Keep notation consistent and define symbols once.
  • When useful, provide formulas and a short verbal explanation together.

Common Patterns

  • Optimization: define objective function, decision variables, and constraints.
  • Forecasting: define target, features, time window, and error metric.
  • Queueing or flow: define arrival, service, capacity, and bottleneck behavior.
  • Ranking or evaluation: define score components, weights, and normalization.
  • Risk or uncertainty: define scenarios, probabilities, and expected value or worst-case criteria.

Quality Check

Before finalizing, verify that:

  • The assumptions match the problem setting.
  • The model is mathematically consistent.
  • The units and dimensions work.
  • The result answers the original question.
  • The explanation is usable without hidden steps.

Reference

See references/modeling-guide.md for a compact set of modeling heuristics, assumption patterns, and reporting templates.

See references/optimization.md for objective/constraint patterns and solution checks.

See references/probability-statistics.md for uncertainty, estimation, and inference patterns.

See references/report-template.md for a concise model-answer-writeup structure.

版本历史

共 1 个版本

  • v1.0.0 init 当前
    2026-05-21 15:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

自我进化skill

user_b392afca
Self-evolving skill that reflects on task execution, records learnings, and modifies its own instructions and scripts to
★ 0 📥 44

ultrapowers

user_b392afca
Use when starting any conversation (session bootstrap), creating features or building components (ideation/TDD), executi
★ 0 📥 39

ascii2svg

user_b392afca
`ascii2svg` 用来把 Markdown 里的 ASCII 图、Unicode 方框图、svgbob 图转换成 SVG 图片,并把原来的 fenced code block 替换成 Markdown 图片链接
★ 0 📥 18