{"id":23317089,"url":"https://github.com/adnksharp/scilab-s-m-secant","last_synced_at":"2026-01-19T09:01:26.817Z","repository":{"id":135392694,"uuid":"512028590","full_name":"adnksharp/Scilab-S-M-secant","owner":"adnksharp","description":"Método de la secante en Scilab","archived":false,"fork":false,"pushed_at":"2023-07-11T20:57:28.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"base","last_synced_at":"2025-04-07T03:53:24.403Z","etag":null,"topics":["scilab-scripts"],"latest_commit_sha":null,"homepage":"","language":"Scilab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adnksharp.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-07-08T21:18:50.000Z","updated_at":"2023-06-27T14:49:43.000Z","dependencies_parsed_at":"2023-07-16T04:18:07.004Z","dependency_job_id":null,"html_url":"https://github.com/adnksharp/Scilab-S-M-secant","commit_stats":null,"previous_names":["adnksharp/scilab-s-m-secant","adnksharp/ssecant"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adnksharp/Scilab-S-M-secant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-S-M-secant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-S-M-secant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-S-M-secant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-S-M-secant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adnksharp","download_url":"https://codeload.github.com/adnksharp/Scilab-S-M-secant/tar.gz/refs/heads/base","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-S-M-secant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["scilab-scripts"],"created_at":"2024-12-20T16:19:34.901Z","updated_at":"2026-01-19T09:01:26.796Z","avatar_url":"https://github.com/adnksharp.png","language":"Scilab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secant method\n\nUso del método de Newton-Raphson para encontrar la raiz de una funcion, reemplazando la derivada de la funcion por:\n\n$f'(x_n) = \\Large{{f(x_{n-1}) - f(x_n)} \\over {x_{n-1} - x_n}}$\n\n### Ejemplo de uso\n```Octave\n\tMetodo Secante\n\n--\u003e x^3-9x^2+x+(90/%pi)\n\n...\n\nf(x) = (1)x^3 + (-9)x^2 + (1)x + (28.64789)\nx = -1.5976471\niteraciones = 18\n\n--\u003e exit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnksharp%2Fscilab-s-m-secant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadnksharp%2Fscilab-s-m-secant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnksharp%2Fscilab-s-m-secant/lists"}