From 9fde4d5529ed61199645899e606530dbe0e1805f Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 7 Aug 2023 17:02:50 -0400 Subject: [PATCH] latex equation Former-commit-id: 9ee4dfdcfbb7ca173cb47220e685fd9ce96909f7 --- DOCS/Design/GOLDEN_METRIC.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DOCS/Design/GOLDEN_METRIC.md b/DOCS/Design/GOLDEN_METRIC.md index fb6d0056..8340d634 100644 --- a/DOCS/Design/GOLDEN_METRIC.md +++ b/DOCS/Design/GOLDEN_METRIC.md @@ -87,7 +87,7 @@ The UTCS rate is not merely about task completion; it's about the comprehensive We can represent the UTCS rate with the following equation: -``` +```latex \[ UTCS Rate = \frac{(Completed Tasks \times User Satisfaction)}{(Total Tasks)} \times 100 \] ``` @@ -102,7 +102,9 @@ However, this basic representation doesn't factor in a critical component: syste Here’s the formula: +```latex \[ SEI = \frac{UTCS Rate}{(Memory Consumption + Time Window + Task Complexity)} \] +``` Where: - Memory Consumption signifies the system resources used to accomplish tasks.