Home Developers Evidence electrical.ohms_law

Public evidence

electrical.ohms_law

Machine-checked verification for calculation version 1.5.1 · tier expert_verified

CVP: CVP VERIFIED · CVP protocol 1.0.0-proposed · Engineering assurance· Resistive DC identities; SI only · Protocol · Schema · Production report

Declared partition coverage
PASS · 4/4 declared partitions (pair-vi, pair-vr, with-power, invalid-domain)
Versions
Calculation 1.5.1 · CVP protocol 1.0.0-proposed
CVP identity
6/6 property · digest 7d608c5494dc

Verification

Legacy regression suite: 18/18 calculation tests · Production surface contract 3/3

Three distinct suites: educational examples on the calculator page, this legacy regression count (18/18 golden + boundary), and the CVP verification suite below. They are not the same number. Property, metamorphic, round-trip, O3, and interface statuses/checks are recorded in the CVP Manifest . SKIP (0/0) means that suite has no published vectors.

    This calculator CURRENT · Public schema 1.5.1 matches · Semantic contract ✓ · Production attested · Public/cache ✓ · Origin ✓

CVP verification suite

Protocol checks from the Evidence Manifest. Distinct from the legacy regression suite above. Calculation version 1.5.1. CVP 1.0.0-proposed. 4/4 golden · 4/4 CVP boundary · 4/4 invalid · 6/6 property · 1/1 cross-interface · 1/1 CVP contract. digest 7d608c5494dc.

  • Golden (oracle-backed) 4 / 4
  • CVP boundary 4 / 4
  • Invalid input 4 / 4
  • Property 6 / 6
  • Cross-interface 1 / 1
  • CVP contract 1 / 1
  • Interfaces PASS · UI (SSR) / REST / MCP
  • Interface claim ui-ssr is query-result HTML, not a live browser session.
  • Assurance Engineering
  • release artifacts aligned PASS
  • schema valid input executes PASS
  • engine success output validates schema PASS

Fingerprint sha256:845486e8afd4bb526b648e0d4fb60c21d595aff586d2719d8c5d545cf700b1d3

Input schema sha256:a57a0030ddac026cdbc3f5ac8722a6df635bee154adbb29c68e19f2897e79b20 · Output schema sha256:796c868957dd0501e42d16a60ad1c67434f36023b0560cf2b0ff77222988f4e9 · Build-time SHA-256 digests prove published artifacts agree with each other (release_integrity.scope=workspace). Production attestation GETs canonical URLs twice (public/cached view and origin), including Capability HTML, via npm run attest:production --write (published at /.well-known/calculatorx-production-attestation.json) and fails if the public Capability page advertises a different calculation_version. This is artifact consistency, not an independent immutable release log.

Build & scope

Engine identity and declared limitations.

Tool
ohms-law
Engine
ohms-law
Engine build
2026-09-10
Evidence core
2026-09-05T02:35:39.217Z
Rendered
2026-09-16T22:03:43.699Z
Last reviewed
2026-08-08

Assumptions

  • Ohmic (constant) resistance
  • Resistive power P = V × I

Limitations

  • Resistive model only
  • Not for reactive impedance networks
  • Fewer than two inputs → NEEDS_TWO_INPUTS; non-finite → INVALID_NUMBER
  • Zero divisors yield 0 for dependents (soft boundary)

Sources

Standards and references supporting this tool specification. Methods are listed separately — they are algorithms, not bibliographic sources.

Legacy published checks

Golden and boundary cases from the legacy Evidence JSON. CVP property, metamorphic, round-trip, O3, and interface statuses/checks are recorded in the Manifest — including SKIP when a suite has no vectors.

IDKindStatusDetail
V+IgoldenpassExpected R=12 · P=48 · Actual V=24 · I=2 · R=12 · P=48
V+RgoldenpassExpected I=2 · P=240 · Actual V=120 · I=2 · R=60 · P=240
P+IgoldenpassExpected V=18 · R=3 · Actual V=18 · I=6 · R=3 · P=108
P+RgoldenpassExpected I=2 · V=24 · Actual V=24 · I=2 · R=12 · P=48
linear-2x-VgoldenpassExpected R=24 · P=96 · Actual V=48 · I=2 · R=24 · P=96
soft-zero-RgoldenpassExpected I=0 · P=0 · Actual V=12 · I=0 · R=0 · P=0
soft-zero-VgoldenpassExpected R=0 · P=0 · Actual V=0 · I=10 · R=0 · P=0
error-single-inputboundarypassExpected NEEDS_TWO_INPUTS · Actual NEEDS_TWO_INPUTS
error-emptyboundarypassExpected NEEDS_TWO_INPUTS · Actual NEEDS_TWO_INPUTS
error-nanboundarypassExpected INVALID_NUMBER · Actual INVALID_NUMBER
I+RgoldenpassExpected V=24 · P=48 · Actual V=24 · I=2 · R=12 · P=48
boundary-single-inputboundarypassExpected NEEDS_TWO_INPUTS · Actual NEEDS_TWO_INPUTS
property-ohm-VIpropertypassV,I → R=V/I, P=VI
property-ohm-VRpropertypassV,R → I=V/R
property-ohm-IRpropertypassI,R → V=IR
property-ohm-PRpropertypassP,R → I,V
property-ohm-roundtrippropertypassV,I → R → V,R recovers I
property-linear-VpropertypassP(2V,I)=2P(V,I)