{ "cells": [ { "cell_type": "markdown", "id": "b03efa42", "metadata": {}, "source": [ "$$ \\mathbf{E} = \\mathbf{E1} + \\mathbf{E2} $$\n", "The electric field is in units of Newtons / Columb \n", "\n", "Let's assume $ \\mathbf\n" ] }, { "cell_type": "code", "execution_count": 1, "id": "433a47e3", "metadata": {}, "outputs": [], "source": [ "from math import sqrt " ] }, { "cell_type": "code", "execution_count": 2, "id": "5bd20e34", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "1.019803902718557" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "sqrt(1.04)" ] }, { "cell_type": "code", "execution_count": null, "id": "2edd12cd", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.10" } }, "nbformat": 4, "nbformat_minor": 5 }