Created using Colaboratory

This commit is contained in:
udlbook
2023-10-12 15:15:13 +01:00
parent dbb3d4b666
commit d174c9f34c

View File

@@ -4,7 +4,7 @@
"metadata": { "metadata": {
"colab": { "colab": {
"provenance": [], "provenance": [],
"authorship_tag": "ABX9TyPCoVxVKyXd3JMSh4p0Bo+9", "authorship_tag": "ABX9TyPz1VAUhHSOFy2HLE0UEBLV",
"include_colab_link": true "include_colab_link": true
}, },
"kernelspec": { "kernelspec": {
@@ -210,7 +210,7 @@
"source": [ "source": [
"# Now let's test the code\n", "# Now let's test the code\n",
"N = number_parameters(10, 8)\n", "N = number_parameters(10, 8)\n",
"print(f\"Di=10, D=8, Number of parameters = {int(N)}, True value = 90\")" "print(f\"Di=10, D=8, Number of parameters = {int(N)}, True value = 97\")"
], ],
"metadata": { "metadata": {
"id": "VbhDmZ1gwkQj" "id": "VbhDmZ1gwkQj"