Skip to content

Explore other definitions of "simple"#522

Open
sumiya11 wants to merge 1 commit into
masterfrom
compare
Open

Explore other definitions of "simple"#522
sumiya11 wants to merge 1 commit into
masterfrom
compare

Conversation

@sumiya11

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread compare.jl
default_cmp(f, g)
else
default_cmp(df, dg)
end

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Runic] reported by reviewdog 🐶

Suggested change
end
end

Comment thread compare.jl
Comment on lines +19 to +39
x1'(t) =
(p1 * x4(t)) - (p3 * x1(t)) -
p4 * ((x1(t)^2 / (p5 + x1(t))) * (1 + (p6 * u1(t) / (p7 + u1(t))))),
x2'(t) =
p8 - (p9 * x2(t)) -
p10 * (
(x1(t) * x2(t) / (p11 + x2(t))) * (1 + (p12 * u1(t) / (p13 + u1(t))))
),
x3'(t) =
p14 - (p15 * x3(t)) -
p16 * x1(t) * x3(t) * (1 - p18 * u1(t)) / (p17 + x3(t)),
x4'(t) =
p20 - p21 * (1 - p24) * (1 - p25) / ((p22^4) + 1) - (p20 * x4(t)) +
(p21 * (x3(t)^4)) +
(1 + p23 * u1(t)) * (1 - p24 * x1(t)) * (1 - p25 * x2(t)) /
(p22^4 + x3(t)^4),
y1(t) = x1(t),
y2(t) = x2(t),
y3(t) = x3(t),
y4(t) = x4(t)
)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Runic] reported by reviewdog 🐶

Suggested change
x1'(t) =
(p1 * x4(t)) - (p3 * x1(t)) -
p4 * ((x1(t)^2 / (p5 + x1(t))) * (1 + (p6 * u1(t) / (p7 + u1(t))))),
x2'(t) =
p8 - (p9 * x2(t)) -
p10 * (
(x1(t) * x2(t) / (p11 + x2(t))) * (1 + (p12 * u1(t) / (p13 + u1(t))))
),
x3'(t) =
p14 - (p15 * x3(t)) -
p16 * x1(t) * x3(t) * (1 - p18 * u1(t)) / (p17 + x3(t)),
x4'(t) =
p20 - p21 * (1 - p24) * (1 - p25) / ((p22^4) + 1) - (p20 * x4(t)) +
(p21 * (x3(t)^4)) +
(1 + p23 * u1(t)) * (1 - p24 * x1(t)) * (1 - p25 * x2(t)) /
(p22^4 + x3(t)^4),
y1(t) = x1(t),
y2(t) = x2(t),
y3(t) = x3(t),
y4(t) = x4(t)
)
x1'(t) =
(p1 * x4(t)) - (p3 * x1(t)) -
p4 * ((x1(t)^2 / (p5 + x1(t))) * (1 + (p6 * u1(t) / (p7 + u1(t))))),
x2'(t) =
p8 - (p9 * x2(t)) -
p10 * (
(x1(t) * x2(t) / (p11 + x2(t))) * (1 + (p12 * u1(t) / (p13 + u1(t))))
),
x3'(t) =
p14 - (p15 * x3(t)) -
p16 * x1(t) * x3(t) * (1 - p18 * u1(t)) / (p17 + x3(t)),
x4'(t) =
p20 - p21 * (1 - p24) * (1 - p25) / ((p22^4) + 1) - (p20 * x4(t)) +
(p21 * (x3(t)^4)) +
(1 + p23 * u1(t)) * (1 - p24 * x1(t)) * (1 - p25 * x2(t)) /
(p22^4 + x3(t)^4),
y1(t) = x1(t),
y2(t) = x2(t),
y3(t) = x3(t),
y4(t) = x4(t)
)

Comment thread compare.jl
y4(t) = x4(t)
)

id1 = find_identifiable_functions(ode, with_states=true, cmp = cmp)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Runic] reported by reviewdog 🐶

Suggested change
id1 = find_identifiable_functions(ode, with_states=true, cmp = cmp)
id1 = find_identifiable_functions(ode, with_states = true, cmp = cmp)

Comment thread compare.jl

id1 = find_identifiable_functions(ode, with_states=true, cmp = cmp)

id2 = find_identifiable_functions(ode, with_states=true, cmp = RationalFunctionFields.rational_function_cmp)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Runic] reported by reviewdog 🐶

Suggested change
id2 = find_identifiable_functions(ode, with_states=true, cmp = RationalFunctionFields.rational_function_cmp)
id2 = find_identifiable_functions(ode, with_states = true, cmp = RationalFunctionFields.rational_function_cmp)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant