econ-visualization
Create publication-quality charts and graphs for economics papers.
recursive-why-chain-simulation
Simulates a chain of 'why' questions and answers internally for a specified number of iterations, returning only the final answer in the sequence.
solve-absolute-value-equations
Solves absolute value equations by splitting them into positive and negative cases to find all variable values.
grid-based-random-walk-simulation
Simulates the random movement of entities on a coordinate grid where the 'MOVE' command triggers a random directional step for all active entities.
modlisation-lagrangienne-de-systme-de-masses-ressorts
Modéliser et analyser une chaîne d'oscillateurs (masses reliées par des ressorts) en calculant les énergies, le lagrangien, les équations du mouvement et en effectuant une analyse modale, en utilisant SymPy avec des contraintes spécifiques (boucles for, sans numpy).
date-aware-question-similarity-search
Filters a dataset based on the presence or absence of a date in the user query and performs semantic similarity search on the filtered results.
supreme-court-alternate-history-simulator
Simulates the composition and timeline of the U.S. Supreme Court in alternate history scenarios, tracking justices' ages, appointments, and ideological alignments over specified periods.
technical-idea-analysis-and-synthesis-workflow
Process complex technical descriptions by performing an analytical decomposition of components, conducting an associative search to connect with existing domains, and synthesizing a final decision or conclusion.
estimate-survival-time-conditional-weighted-r
Estimate additional survival time for alive patients in oncology clinical trials using a Cox Proportional Hazards model and a weighted average of conditional survival probabilities. Includes data simulation and step-by-step statistical explanation.
wormhole-physics-simulation-with-causality-constraints
Simulate theoretical wormhole scenarios adhering to Einsteinian physics, strict conservation of mass/momentum, and causality laws, while preventing time travel paradoxes.
physics-experiment-error-analysis
Analyzes sources of error in physics experiments by classifying them as systematic or random, assessing their significance on outcomes, and suggesting improvements to minimize them.
simple-biology-explainer
Explains complex biological concepts, structures, and processes in simple, accessible language using analogies and examples, tailored for students and laypeople.
list-random-chemical-elements-with-properties
Generates a list of randomly selected chemical elements, displaying their symbol, atomic number, and common usage.
histology-mnemonic-generator
Generates mnemonics for histology topics, ensuring all items are relevant histological structures or cellular components, excluding external factors or non-structural concepts.
explain-chemistry-concepts-in-one-sentence
Provides concise, single-sentence explanations or representations for various chemistry topics including stoichiometry, atomic structure, bonding, and periodic trends.
chromochemical-gas-giant-classifier
Generates detailed, scientifically plausible visual descriptions, hex color codes, and etymological name derivations for gas giants. Capable of describing standard chromochemical types or generating new classifications adhering to specific suffix conventions (-ic for chemistry, -ian/-ean for appearance).
linux-tcp-memory-parameter-calculator
Calculates the net.ipv4.tcp_mem kernel parameter values based on the number of simultaneous TCP connections and minimum buffer sizes, specifically accounting for kernel overhead doubling.
translate-verbal-math-to-algebra
Translates verbal descriptions of mathematical relationships or operation sequences into standard algebraic equations or expressions without simplification.
einsteinian-wormhole-physics-simulation
Simulates theoretical wormhole scenarios adhering to Einstein's descriptions, conservation laws, and causality, preventing time travel paradoxes.
criao-de-simulado-de-mltipla-escolha-complexo
Gera simulados de questões de múltipla escolha com alto nível de complexidade sobre temas variados, apresentando as respostas agrupadas ao final.
define-fluid-mechanicsthermodynamics-terms
Provides definitions, mathematical expressions, and simple examples for terms strictly within the context of Fluid Mechanics and Thermodynamics.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations. Use when users request QC analysis, filtering low-quality cells, assessing data quality, or following scverse/scanpy best practices for single-cell analysis.